From 938a711aae6ecf871f37dda71b8e55bebbb6eba8 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 2 Jul 2014 16:39:41 -0400 Subject: spell-check :/ --- src/gitget/gitget | 4 ++-- src/gitget/libregit | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gitget') diff --git a/src/gitget/gitget b/src/gitget/gitget index fe5d46b..ffae2a9 100755 --- a/src/gitget/gitget +++ b/src/gitget/gitget @@ -155,11 +155,11 @@ usage() { prose 'For a checkout, the tree to checkout is specified by appending `#ANYTHING=TREE-ISH` to the URL. For example, `#branch=stable`, or `#tag=v12.3`. Whatever is on the left side of the equal sign - is ignored, this is for compatability with `makepkg` source + is ignored, this is for compatibility with `makepkg` source URLs.' echo prose "The URL may be prefixed with \`git+\`. This is also for - compatability with \`makepkg\` source URLs." + compatibility with \`makepkg\` source URLs." echo prose "It does safety checks, figures out whether to clone or pull, and other helpful things. This exists because the same diff --git a/src/gitget/libregit b/src/gitget/libregit index 41aefc3..f1775c1 100755 --- a/src/gitget/libregit +++ b/src/gitget/libregit @@ -21,7 +21,7 @@ usage() { print 'Usage: %s REPO REF DIR' "${0##*/}" - print 'A compatability wrapper around `gitget checkout`' + print 'A compatibility wrapper around `gitget checkout`' echo prose "This exists because gitget used to be called libregit, and took the arguments in this format, and I'm sure there are a few -- cgit v1.2.3-54-g00ecf