xbps-src: fix spelling

This commit is contained in:
Stefano Ragni 2019-11-08 18:47:21 +01:00 committed by John Zimmermann
parent 2a59e976c1
commit da3b4d552a
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ exit_func() {
remove_pkg $XBPS_CROSS_BUILD
fi
if [ -z "$IN_CHROOT" ]; then
msg_red "xbps-src: a failure has ocurred! exiting...\n"
msg_red "xbps-src: a failure has occurred! exiting...\n"
fi
exit 2
}