diff options
author | William Wennerström <william@wstrm.dev> | 2020-12-07 15:15:06 +0100 |
---|---|---|
committer | William Wennerström <william@wstrm.dev> | 2020-12-07 15:15:06 +0100 |
commit | 4a1c118b8b575e3fa3c576106bce57efb786f225 (patch) | |
tree | 00d8c35b7fecb7c4d4c1034f5bdba9ecd77bbd3a /src/ui | |
parent | ac030378479cf999fefc0889d5c0932cfcabc4fc (diff) | |
download | profani-tty-4a1c118b8b575e3fa3c576106bce57efb786f225.tar.gz |
Fix bad order of parameters for url save
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/console.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/console.c b/src/ui/console.c index dd217105..b24fe976 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -2073,7 +2073,7 @@ cons_executable_setting(void) g_free(avatar); //TODO: there needs to be a way to get all the "locales"/schemes so we can - //display the defualt openers for all filetypes + //display the default openers for all filetypes char* urlopen = prefs_get_string_with_option(PREF_URL_OPEN_CMD, ""); cons_show("Default '/url open' command (/executable urlopen) : %s", urlopen[1]); g_free(urlopen); |