Skip to content

Commit

Permalink
fix spelling error spotted by lintian
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantu authored and mtwebster committed Jul 27, 2022
1 parent d35124e commit 67a3350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search-helpers/nemo-ppt-to-txt.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ main (int argc, char *argv[])

if (lo_proc == NULL) {
if (error != NULL) {
g_warning ("Could not lauch headless libreoffice for conversion: %s", error->message);
g_warning ("Could not launch headless libreoffice for conversion: %s", error->message);
g_clear_error (&error);
}
retval = 1;
Expand Down

0 comments on commit 67a3350

Please sign in to comment.