From b41654d159192ed8b97af8ab3fa7426c9e6443b6 Mon Sep 17 00:00:00 2001 From: dacctal Date: Thu, 25 Jun 2026 21:44:43 +0000 Subject: mnpx: fixed some typos --- src/lua_state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua_state.c') 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); } -- cgit v1.2.3