summaryrefslogtreecommitdiff
path: root/taro
diff options
context:
space:
mode:
Diffstat (limited to 'taro')
-rw-r--r--taro/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/taro/ui.c b/taro/ui.c
index 25aa844..6d191d7 100644
--- a/taro/ui.c
+++ b/taro/ui.c
@@ -1309,7 +1309,7 @@ s32 main(void)
if (!nn_common_init(NULL)) return exit_status;
if (open_config(&u.conf, false) != CONFIG_LOADED) {
- log_error("failed to open config, run `tarod` at least once to generate the required config");
+ log_error("failed to open config, run `tarod` at least once to generate the required files");
nn_common_close();
return exit_status;
}