Feature/add missing packageproject options (#524)

* Add missing packageproject options

* Fix typos with codespell

* Update test/style/CMakeLists.txt

Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>

* fix-cmake-format

---------

Co-authored-by: Lars Melchior <TheLartians@users.noreply.github.com>
This commit is contained in:
Claus Klein
2024-01-17 09:06:16 +01:00
committed by GitHub
parent 369f1316f6
commit 3c25130ffa
8 changed files with 14 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ int main(int argc, char **argv) {
int len = atoi(line + 11);
linenoiseHistorySetMaxLen(len);
} else if (line[0] == '/') {
printf("Unreconized command: %s\n", line);
printf("Unrecognized command: %s\n", line);
}
free(line);
}