From 20b6822834099d09cd3ac4d560eecad9fff91a0d Mon Sep 17 00:00:00 2001 From: RoomWithOutRoof <166608075+Jah-yee@users.noreply.github.com> Date: Sun, 28 Jun 2026 05:12:46 +0800 Subject: [PATCH] fix: correct sucessfully to successfully typo in echo message (#14) --- builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.sh b/builder.sh index 8cf12d4..03d10c9 100755 --- a/builder.sh +++ b/builder.sh @@ -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