X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/264adad0164cc7ff8c8ce4609325699b7c72b5be..2bd5e98fc75a31c71f32136ef5b927910ab044d5:/vcsh diff --git a/vcsh b/vcsh index 22b4a70..2509b66 100755 --- a/vcsh +++ b/vcsh @@ -8,7 +8,7 @@ # While the following is not legally binding, the author would like to # explain the choice of GPLv2+ over GPLv3+. # The author prefers GPLv3+ over GPLv2+ but feels it's better to maintain -# full compability with git. In case git ever changes its licensing terms, +# full compatibility's with git. In case git ever changes its licensing terms, # which is admittedly extremely unlikely to the point of being impossible, # this software will most likely follow suit. @@ -24,7 +24,7 @@ basename() { } SELF=$(basename $0) -VERSION='1.2' +VERSION='1.3' fatal() { echo "$SELF: fatal: $1" >&2