fix: correct sucessfully to successfully typo in echo message (#14)

This commit is contained in:
RoomWithOutRoof 2026-06-28 05:12:46 +08:00 committed by GitHub
parent c6a06db04b
commit 20b6822834
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ fi
echo "Creating manpage..."
if command -v help2man >/dev/null; then
if help2man -o "$MANPAGE_DIR" "target/$LINUX_TARGET/release/$NAME"; then
echo "Manpage created sucessfully and saved in $MANPAGE_DIR"
echo "Manpage created successfully and saved in $MANPAGE_DIR"
else
echo "Error creating manpage."
fi