diff --git a/package/gluon-autoupdater/files/usr/sbin/autoupdater b/package/gluon-autoupdater/files/usr/sbin/autoupdater
index c18e27fcd564dcd588ff434e949c131e8beb982a..3c03a8b5a4e233cf8a365991a547723eacfda2fe 100755
--- a/package/gluon-autoupdater/files/usr/sbin/autoupdater
+++ b/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