mergemaster(8): Fix a typo in an error message
- s/differnt/different/ MFC after: 3 days
This commit is contained in:
parent
0c178a2a64
commit
575c1773bf
@ -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 ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user