diff --git a/doc/FAQ.md b/doc/FAQ.md index 8e91c48..528c9d9 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -7,7 +7,7 @@ doesn't work, report how what was suggested here went. It's also worth reading [how to ask questions](http://www.catb.org/~esr/faqs/smart-questions.html) before posting on the mailing list or opening an issue in -Github. +GitHub. Getting more info ================= diff --git a/genver.sh b/genver.sh index 5eec682..c6a6fae 100755 --- a/genver.sh +++ b/genver.sh @@ -17,7 +17,7 @@ if [ ! -d .git ] || ! `(git status | grep -q "On branch") 2> /dev/null`; then release=`pwd | sed s/.*sslh-// | grep "[[:digit:]]"` if [ "x$release" = "x" ]; then - # If downloaded from the head, Github creates the + # If downloaded from the head, GitHub creates the # zip file with all files dated from the last # change: use the Makefile's modification time as a # release number