@@ -166,7 +166,7 @@ on startup pTest
166166 end if
167167 return sHomePath
168168 default
169- -- Some other error occured , so fall through to activation.
169+ -- Some other error occurred , so fall through to activation.
170170 put "The license for this version has become corrupted, please activate to continue." into sActivateReason
171171 break
172172 end switch
@@ -464,7 +464,7 @@ command performFacelessActivation
464464 break
465465
466466 default
467- write "An unknown error occured ." & return to stdout
467+ write "An unknown error occurred ." & return to stdout
468468 quit 12
469469 end switch
470470
@@ -640,7 +640,7 @@ private command automaticActivationList
640640
641641 -- Act on the response for 'nolicenses'
642642 if tPostResult ["result" ] is "nolicenses" then
643- put "An error occured while processing the request. Please try again." into sActivateError
643+ put "An error occurred while processing the request. Please try again." into sActivateError
644644 return "error"
645645 end if
646646
@@ -666,7 +666,7 @@ private command automaticActivationList
666666 end if
667667 exit to top
668668 default
669- -- Some other error occured , so fall through to activation.
669+ -- Some other error occurred , so fall through to activation.
670670 automaticActivationSetProtocolError "invalid"
671671 return "error"
672672 break
@@ -686,7 +686,7 @@ private command leaveRemoteOperation
686686end leaveRemoteOperation
687687
688688private command automaticActivationSetPostError pPostError
689- put "An error occured while attempting to contact the server. Please try again later." into sActivateError
689+ put "An error occurred while attempting to contact the server. Please try again later." into sActivateError
690690end automaticActivationSetPosterror
691691
692692private command automaticActivationSetProtocolError pError
@@ -717,7 +717,7 @@ private command automaticActivationSetProtocolError pError
717717 break
718718 case "nolicense"
719719 -- some sort of backend mismatch problem
720- put "An error occured generating the license key. Please try again." into sActivateError
720+ put "An error occurred generating the license key. Please try again." into sActivateError
721721 break
722722 case "disabled"
723723 -- account disabled
@@ -730,7 +730,7 @@ private command automaticActivationSetProtocolError pError
730730 case "invalid"
731731 default
732732 -- bad request
733- put "An error has occured while contacting the server. Please try again." into sActivateError
733+ put "An error has occurred while contacting the server. Please try again." into sActivateError
734734 break
735735 end switch
736736end automaticActivationSetProtocolError
0 commit comments