From 6d5f1b3ccd7faff3b18f5e7a8b41d33a0c5592ab Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 16 Sep 2016 21:30:55 +0200 Subject: Fix typo --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] [] -- cgit v1.1