diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-06-25 21:44:43 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-06-25 21:44:43 +0000 |
| commit | b41654d159192ed8b97af8ab3fa7426c9e6443b6 (patch) | |
| tree | cc99c0bfb70d1ca770e4a6eb9328ce851f7cd20b /src/lua_state.c | |
| parent | 892ef493eb34216b3bbfb04d6b24b756c87b334c (diff) | |
mnpx: fixed some typos
Diffstat (limited to 'src/lua_state.c')
| -rw-r--r-- | src/lua_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua_state.c b/src/lua_state.c index 435d602..7b038b6 100644 --- a/src/lua_state.c +++ b/src/lua_state.c @@ -41,7 +41,7 @@ void init_lua_state() { "%s cannot run configuration script: %s\n", print_error, lua_tostring(L, -1) ); - printf("%s to generate a configration file, head into the", print_pkgit); + printf("%s to generate a configuration file, head into the", print_pkgit); printf(" root directory of the pkgit source and run `make defconfig`\n"); exit(EXIT_FAILURE); } |
