Skip to content

Commit dcc22f3

Browse files
Merge pull request #376 from jessebot/patch-1
Fix error text typo from item to iterm
2 parents 39d8ebc + 4247d15 commit dcc22f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logo/image/image.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static bool printImageIterm(FFinstance* instance)
3131
{
3232
if(instance->config.logo.width == 0 || instance->config.logo.height == 0)
3333
{
34-
fputs("Logo: `item` protocol only works when both `--logo-width` and `--logo-height` being specified\n", stderr);
34+
fputs("Logo: `iterm` protocol only works when both `--logo-width` and `--logo-height` being specified\n", stderr);
3535
return false;
3636
}
3737

0 commit comments

Comments
 (0)