weston-init: fix a typo in a user-visible message

This is the weston init script, not X.

(From OE-Core rev: 8d30f9c1fe27795c4a1a3e64229cd1cc243e50be)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2013-06-19 11:57:05 +01:00 committed by Richard Purdie
parent 6d5d49e7a1
commit fb6f0d4d81
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ case "$1" in
;;
stop)
echo "Stopping XServer"
echo "Stopping Weston"
killproc weston
;;