Skip to content

Commit

Permalink
Typo fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Skoczen committed May 1, 2011
1 parent 233366e commit f27faaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/centos/celeryd.init
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if [ -n "$DJANGO_SETTINGS_MODULE" ]; then
fi

start_worker () {
echo -n $"Starting deleryd: "
echo -n $"Starting celeryd: "
daemon --pidfile=$CELERYD_PID_FILE --user=$CELERYD_USER \
PYTHONPATH=$PYTHONPATH:$CELERY_PYTHONPATH $CELERYD $CELERYD_OPTS 2>/dev/null &
RETVAL=$?
Expand Down Expand Up @@ -145,7 +145,7 @@ case "$1" in
;;

*)
echoi $"Usage: $0 {start|stop|restart|status}"
echo $"Usage: $0 {start|stop|restart|status}"
exit 1
esac

Expand Down

0 comments on commit f27faaa

Please sign in to comment.