corrections typo

This commit is contained in:
emorino 2017-10-11 14:50:05 +02:00
parent 84bac9c696
commit 3eb6040369

View file

@ -133,7 +133,7 @@ Si lon veut restreindre la modification des révisions a un utilisateur en pa
~~~ ~~~
if [ ! "$USER" = "user" ]; then if [ ! "$USER" = "user" ]; then
echo "Changing revision properties is only allowed to mmarmolle." >&2 echo "Changing revision properties is only allowed to user." >&2
exit 1 exit 1
fi fi
~~~ ~~~