Преглед изворни кода

gluon-autoupdater: typo corrected

Nils Schneider пре 10 година
родитељ
комит
8e73ff90a0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      package/gluon-autoupdater/files/usr/sbin/autoupdater

+ 1 - 1
package/gluon-autoupdater/files/usr/sbin/autoupdater

@@ -91,7 +91,7 @@ fi
 grep -q "^BRANCH=${BRANCH}$" $manifest_upper
 
 if test $? -ne 0; then
-  echo "Wrong branch. We'are on ${BRANCH}" >&2
+  echo "Wrong branch. We are on ${BRANCH}" >&2
   exit 1
 fi