]> arthur.barton.de Git - netdata.git/commitdiff
Fixed a typo
authorSanskritFritz <SanskritFritz+github@gmail.com>
Wed, 27 Jan 2016 21:10:19 +0000 (22:10 +0100)
committerSanskritFritz <SanskritFritz+github@gmail.com>
Wed, 27 Jan 2016 21:10:19 +0000 (22:10 +0100)
netdata-installer.sh

index b6983be95347a2e4c60bbf4c58f3114b49ce4a2d..95409b885c3c05aec58c42736e61410bdd6b6752 100755 (executable)
@@ -23,7 +23,7 @@ BANNER
 if [ ! "${UID}" = 0 -o "$1" = "-h" -o "$1" = "--help" ]
        then
        echo >&2
-       echo >&2 "You have to run netdata are root."
+       echo >&2 "You have to run netdata as root."
        echo >&2 "The netdata daemon will drop priviliges"
        echo >&2 "but you have to start it as root."
        echo >&2