Skip to content

Commit

Permalink
app_sqlang: typo dor → does
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent 5609b06 commit d50905a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/app_sqlang/doc/app_sqlang_admin.xml
Expand Up @@ -213,7 +213,7 @@ if(!sqlang_runstring('KSR.dbg("Hello World from $fU\n")'))
</title>
<para>
Marks the need to reload the SQLang script pointed by 'load'
parameter.The actual reload is done by every working process when
parameter. The actual reload is done by every working process when
the next call to sqlang_run() function or KEMI config is executed.
</para>
<para>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/app_sqlang/squirrel/squirrel/sqcompiler.cpp
Expand Up @@ -662,7 +662,7 @@ class SQCompiler
case EXPR: Error(_SC("can't '++' or '--' an expression")); break;
case OBJECT:
case BASE:
if(_es.donot_get == true) { Error(_SC("can't '++' or '--' an expression")); break; } //mmh dor this make sense?
if(_es.donot_get == true) { Error(_SC("can't '++' or '--' an expression")); break; } //mmh does this make sense?
Emit2ArgsOP(_OP_PINC, diff);
break;
case LOCAL: {
Expand Down

0 comments on commit d50905a

Please sign in to comment.