summaryrefslogtreecommitdiff
path: root/taro
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-12-01 12:57:24 -0500
committerAndrew Opalach <andrew@akon.city> 2025-12-01 13:00:52 -0500
commit2c66052dcc64a92c71f73b91328e4d6ac8377304 (patch)
tree6cc052f6644befbda28200ed8c3f95b095950032 /taro
parentaa64ea4be134979a72312e9e645237ac4f376981 (diff)
downloadmauri-2c66052dcc64a92c71f73b91328e4d6ac8377304.tar.gz
mauri-2c66052dcc64a92c71f73b91328e4d6ac8377304.tar.bz2
mauri-2c66052dcc64a92c71f73b91328e4d6ac8377304.zip
Update deps
Signed-off-by: Andrew Opalach <andrew@akon.city>
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;
}