From e9bf46cb12d57d8547d6d0993705ce9339c869f5 Mon Sep 17 00:00:00 2001 From: Rajashekhar Rangappa Date: Mon, 27 Jul 2026 20:46:12 +0530 Subject: [PATCH] Fix doubled-word typos across several docs --- .../debugging/capturing-and-decrypting-ssl-packets.md | 2 +- .../dev-tools/static-analysis-tool/command-line-utility.md | 2 +- docs/REFERENCES/brightscript/language/error-handling.md | 2 +- docs/REFERENCES/brightscript/language/program-statements.md | 2 +- docs/REFERENCES/scenegraph/media-playback-nodes/video.md | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/DEVELOPER/debugging/capturing-and-decrypting-ssl-packets.md b/docs/DEVELOPER/debugging/capturing-and-decrypting-ssl-packets.md index a9703866..94776894 100644 --- a/docs/DEVELOPER/debugging/capturing-and-decrypting-ssl-packets.md +++ b/docs/DEVELOPER/debugging/capturing-and-decrypting-ssl-packets.md @@ -41,7 +41,7 @@ Click for more information on how to create a [self-signed SSL certificate](http **Important:** Before performing the following steps, make sure that **SSH management** is enabled on **DD-WRT**. -1. SSH into DD-WRT as root root. +1. SSH into DD-WRT as root. 2. Add DD-WRT to monitor traffic by entering the following console commands: ``` diff --git a/docs/DEVELOPER/dev-tools/static-analysis-tool/command-line-utility.md b/docs/DEVELOPER/dev-tools/static-analysis-tool/command-line-utility.md index 1c75b81e..02f7c48d 100644 --- a/docs/DEVELOPER/dev-tools/static-analysis-tool/command-line-utility.md +++ b/docs/DEVELOPER/dev-tools/static-analysis-tool/command-line-utility.md @@ -24,7 +24,7 @@ This utility supports Windows, Mac and Linux and requires Java to be installed i ## Structure of the utility -The static analysis utility is distributed as a ZIP file. The contents of the ZIP as as follows: +The static analysis utility is distributed as a ZIP file. The contents of the ZIP are as follows: ```brightscript . diff --git a/docs/REFERENCES/brightscript/language/error-handling.md b/docs/REFERENCES/brightscript/language/error-handling.md index cba620f6..cf4e5022 100644 --- a/docs/REFERENCES/brightscript/language/error-handling.md +++ b/docs/REFERENCES/brightscript/language/error-handling.md @@ -144,7 +144,7 @@ m &h0010 roAssociativeArray refcnt=3 count:0 Brightscript Debugger> ``` -A `roAssociativeArray` that describes the exception is also an acceptable argument to `THROW`. Any missing fields will will be set with default values as shown in the table below: +A `roAssociativeArray` that describes the exception is also an acceptable argument to `THROW`. Any missing fields will be set with default values as shown in the table below: | Name | Default | | :-------- | :------------------------------------------------ | diff --git a/docs/REFERENCES/brightscript/language/program-statements.md b/docs/REFERENCES/brightscript/language/program-statements.md index 41d05670..90e5b552 100644 --- a/docs/REFERENCES/brightscript/language/program-statements.md +++ b/docs/REFERENCES/brightscript/language/program-statements.md @@ -251,7 +251,7 @@ end try The TRY block of statements is executed. If and only if an error occurs, the CATCH block of statements is executed, and the named variable is assigned the information about the triggering exception. If no error occurs during execution of the TRY block, the CATCH block is skipped. -> It is illegal to put a GOTO label within a TRY block (i.e., between TRY and CATCH). A GOTO label may exist exist between CATCH and END TRY, however. +> It is illegal to put a GOTO label within a TRY block (i.e., between TRY and CATCH). A GOTO label may exist between CATCH and END TRY, however. The variable name specified as the *exception object* in the CATCH clause must refer to a *simple variable*. It cannot be an array element, for example. The following are **not** legal as exception object references in the CATCH clause: diff --git a/docs/REFERENCES/scenegraph/media-playback-nodes/video.md b/docs/REFERENCES/scenegraph/media-playback-nodes/video.md index 4c5a1c17..e4618dd1 100644 --- a/docs/REFERENCES/scenegraph/media-playback-nodes/video.md +++ b/docs/REFERENCES/scenegraph/media-playback-nodes/video.md @@ -109,14 +109,14 @@ The `control` field includes a `prebuffer` option, which allows the video to beg integer 0 READ\_ONLY - The error code associated with the video play error set in the state field:
-  0    no error                                                     
- -1 network error (server down or unresponsive, server is unreachable, network setup problem on the client).
- -2 connection timed out
- -3 unknown/unspecified or generic Error
- -4 empty list; no streams were specified to play
- -5 media error; the media format is unknown or unsupported
- -6 DRM error

Use the errorStr and and errorInfo fields for more descriptive diagnostic information to help identify and resolve the cause of the error. + The error code associated with the video play error set in the state field:
-  0    no error                                                     
- -1 network error (server down or unresponsive, server is unreachable, network setup problem on the client).
- -2 connection timed out
- -3 unknown/unspecified or generic Error
- -4 empty list; no streams were specified to play
- -5 media error; the media format is unknown or unsupported
- -6 DRM error

Use the errorStr and errorInfo fields for more descriptive diagnostic information to help identify and resolve the cause of the error. errorMsg string READ\_ONLY - An error message describing the video play error set in the state field.

Use the errorStr and and errorInfo fields for more descriptive diagnostic information to help identify and resolve the cause of the error. + An error message describing the video play error set in the state field.

Use the errorStr and errorInfo fields for more descriptive diagnostic information to help identify and resolve the cause of the error. errorStr