fix spelling

This commit is contained in:
2026-01-16 13:03:54 -05:00
parent 5133045b31
commit cf5751840a

View File

@@ -1,7 +1,7 @@
#! /bin/sh #! /bin/sh
# Highly opinionated C and SH project generator # Highly opinionated C and SH project generator
scriptversion="0.3.0" scriptversion="0.3.1"
# #
# Copyright (C) 2025-2026 fSD THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # Copyright (C) 2025-2026 fSD THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
@@ -31,7 +31,7 @@ Options:
-f overwrite existing files -f overwrite existing files
-a <author> set project author -a <author> set project author
-r initialize Git repository for the project -r initialize Git repository for the project
-q surpress output" -q suppress output"
x=c # language x=c # language
d="Does a thing" # package description d="Does a thing" # package description