summaryrefslogtreecommitdiff
path: root/src/gitget
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-02 16:39:41 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-02 16:39:41 -0400
commit938a711aae6ecf871f37dda71b8e55bebbb6eba8 (patch)
treef5d8c4c5f38295ea948a612c408da2bc06f2af74 /src/gitget
parent7dd14c9d6869c9d129280358e44edc43eb2ca9bf (diff)
spell-check :/
Diffstat (limited to 'src/gitget')
-rwxr-xr-xsrc/gitget/gitget4
-rwxr-xr-xsrc/gitget/libregit2
2 files changed, 3 insertions, 3 deletions
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