aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-16 21:30:55 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-16 21:30:55 +0200
commit6d5f1b3ccd7faff3b18f5e7a8b41d33a0c5592ab (patch)
tree07cd491c172e62658841a2cb2a4ecb2a8f156212
parent1c769bd9536fdc593a84d9e98739c1a7739d4963 (diff)
Fix typo
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index a34dff7..08b7091 100755
--- a/check
+++ b/check
@@ -4,7 +4,7 @@
#
# master - check the current branch is master
# clean - check for untracked files/uncommitted changes
-# synced - check that local and origin and in sync (push/pull)
+# synced - check that local and origin are in sync (push/pull)
# submodule - check submodules are synced
#
# Usage: check [--master] [--clean] [--synced] [--submodule] [<dir>]