aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lua_state.c2
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);
}