Skip to content

Commit b5cfd38

Browse files
authored
Merge pull request #636 from homestar9/patch-1
Fix typo in exception message
2 parents b28fdb4 + 9f22081 commit b5cfd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/RestHandler.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ component extends="EventHandler" {
564564
}
565565
} : {}
566566
)
567-
.addMessage( "An exception ocurred: #arguments.exception.message#" )
567+
.addMessage( "An exception occurred: #arguments.exception.message#" )
568568
.setStatusCode( arguments.event.STATUS.INTERNAL_ERROR );
569569
}
570570

0 commit comments

Comments
 (0)