From 55b203126cf58449003702128fcd3b553c498d88 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Fri, 18 Feb 2022 12:46:33 -0800 Subject: [PATCH] Fix typo in comment --- applets/pbot-vm/host/bin/vm-exec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applets/pbot-vm/host/bin/vm-exec b/applets/pbot-vm/host/bin/vm-exec index 1b6d5b41..68481855 100755 --- a/applets/pbot-vm/host/bin/vm-exec +++ b/applets/pbot-vm/host/bin/vm-exec @@ -233,7 +233,7 @@ sub main() { configure_context($context, $config); # load language before checking usage in order to handle -lang=? flag - # to list languages instea of showing a usage message + # to list languages instead of showing a usage message my $lang = load_language($context); # now check usage