Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit f01ce06

Browse files
bwmilbylivecodeali
authored andcommitted
[[ Bug 15302 ]] Fix "occured"
Make spelling corrections: occured -> occurred These changes are all in text files (cherry picked from commit 1a59bf1)
1 parent 3517fad commit f01ce06

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

Documentation/html_viewer/js/marked.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Toolset/libraries/revdeploylibrary.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ command revIDEDeployAction
7474
put "Unknown deployment platform - " & tPlatform into tError
7575
end if
7676

77-
-- Report an error if one occured
77+
-- Report an error if one occurred
7878
if tError is not empty then
7979
if revTestEnvironment() then
8080
return tError

Toolset/libraries/revidelibrary.8.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6822,7 +6822,7 @@ on revIDEActionNewScriptOnlyStack
68226822
# Create script only
68236823
revIDENewScriptOnlyStack it
68246824

6825-
# If an error occured, tell the use
6825+
# If an error occurred, tell the user
68266826
if the result is not empty then
68276827
answer the result
68286828
end if

Toolset/palettes/script editor/behaviors/revseerrorspanebehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ private command updateList
125125
local tData
126126
put the cData of me into tData
127127

128-
# Show a nice green tick etc if no errors occured
128+
# Show a nice green tick etc if no errors occurred
129129
if tData is empty then
130130
local tObject
131131
revSEGetCurrentObject

Toolset/palettes/script editor/behaviors/revsestackbehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ private command compileScript pObject, pIgnoreErrors
16011601
send "setCompilationErrors line 1 of tCompilationResult, pObject" to group "Editor" of me
16021602

16031603
# If there were errors and the errors pane is folded down, expand it to make the errors clear.
1604-
# Don't do this is there weren't any as the "no error occured" message is less important.
1604+
# Don't do this is there weren't any as the "no error occurred" message is less important.
16051605
if sePrefGet("showerrors") then
16061606
send "expandCurrentPane" to group "Panes" of me
16071607
end if

Toolset/palettes/tools/revtools.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ on mouseDown pButton
690690

691691
unlock messages
692692

693-
# Check if mouse up occured over a valid drop stack
693+
# Check if mouse up occurred over a valid drop stack
694694
local tLeft, tTop, tCreateObjectID
695695
repeat with x = 1 to the number of elements in tValidDropStacks
696696
if tDropScreenLocation is within tValidDropStacks[x]["rect"] then

tests/core/idelibrary/errors.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License
1717
along with LiveCode. If not see <http://www.gnu.org/licenses/>. */
1818

1919
constant kExtensionErrorCode = 863
20-
constant kExpectedError = "extension: error occured with domain"
20+
constant kExpectedError = "extension: error occurred with domain"
2121
on TestExtensionErrorCode
2222
TestAssert "extension error code is" && kExtensionErrorCode, \
2323
line kExtensionErrorCode of the scriptExecutionErrors is \

0 commit comments

Comments
 (0)