diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2014-11-15 00:31:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-15 15:38:38 +0000 |
commit | 3403c19d2590649b052848ed05f61f048443bbba (patch) | |
tree | 2970a90a353937e1d39f8d65a70324712c53db1e /bin | |
parent | 702d14d954d5dcb88e70cfad8517118f9614c987 (diff) |
Fix typo in bin/check-merged.sh
Change-Id: I7ca06602179e35d5ce86879b1081299a841feba9
Reviewed-on: https://gerrit.libreoffice.org/12431
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/check-merged.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check-merged.sh b/bin/check-merged.sh index cd39c4253da1..f4e78132098d 100755 --- a/bin/check-merged.sh +++ b/bin/check-merged.sh @@ -1,6 +1,6 @@ #! /bin/bash # -# check that master contains all the patches from a brach +# check that master contains all the patches from a branch # and list those that are missing # |