diff options
Diffstat (limited to 'src/bin/scripts/common.c')
-rw-r--r-- | src/bin/scripts/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/common.c b/src/bin/scripts/common.c index c882123dd19..e85adfaf11e 100644 --- a/src/bin/scripts/common.c +++ b/src/bin/scripts/common.c @@ -378,7 +378,7 @@ ResetCancelConn(void) #ifndef WIN32 /* - * Handle interrupt signals by cancelling the current command, + * Handle interrupt signals by canceling the current command, * if it's being executed through executeMaintenanceCommand(), * and thus has a cancelConn set. */ |