Skip to content

Commit 237514c

Browse files
committed
fix typos
1 parent ff14978 commit 237514c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/c8y-command-plugin/c8y-command

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ info "Received message: $*"
1111
COMMAND="${1#*,*,}"
1212

1313
# Check if command is wrapped with quotes, if so then remove them
14-
# Use a case statement, as it is posix compatiable
14+
# Use a case statement, as it is posix compatible
1515
case "$COMMAND" in
1616
'"'*'"')
1717
# Remove the first char
@@ -21,7 +21,7 @@ case "$COMMAND" in
2121
;;
2222
esac
2323

24-
# Default values (can be overriden by the settings file)
24+
# Default values (can be overridden by the settings file)
2525
SHELL_OPTIONS="bash sh"
2626
SHELL_BIN=
2727

0 commit comments

Comments
 (0)