Skip to content

Commit 8cf92b2

Browse files
committed
Fix typo in the project name
The typo is harmless since the string is not used for anything but fix it since it is wrong and confusing.
1 parent db54d36 commit 8cf92b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('ksh9', 'c', default_options: [
1+
project('ksh93', 'c', default_options: [
22
# This is the optimal production build type for this project. If you need
33
# a debug build you must explicitly run `meson --buildtype=debug`. This
44
# helps ensure that each distro (or user) gets a performance optimized build

0 commit comments

Comments
 (0)