mergemaster(8): Fix a typo in an error message

- s/differnt/different/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-01-26 17:59:49 +01:00
parent 0c178a2a64
commit 575c1773bf

View file

@ -1278,7 +1278,7 @@ for COMPSYMLINK in `find . -type l | sort`; do
continue
else
echo ''
echo " *** Target of temp symbolic link is differnt from that of installed one"
echo " *** Target of temp symbolic link is different from that of installed one"
echo " Temp (${COMPSYMLINK}): $(readlink ${COMPSYMLINK})"
echo " Installed (${DESTDIR}${COMPSYMLINK#.})): $(readlink ${DESTDIR}${COMPSYMLINK#.})"
echo ''