22
0
Bifurcation 0

corrections typo

Cette révision appartient à :
emorino 2017-10-11 14:50:05 +02:00
Parent 84bac9c696
révision 3eb6040369
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -133,7 +133,7 @@ Si l’on veut restreindre la modification des révisions a un utilisateur en pa
~~~
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
fi
~~~