From 67a335014749accd12eb187571a071504da04635 Mon Sep 17 00:00:00 2001 From: Fabio Fantoni Date: Thu, 21 Jul 2022 22:49:19 +0200 Subject: [PATCH] fix spelling error spotted by lintian --- search-helpers/nemo-ppt-to-txt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search-helpers/nemo-ppt-to-txt.c b/search-helpers/nemo-ppt-to-txt.c index ec0fdc1ae..06a749540 100644 --- a/search-helpers/nemo-ppt-to-txt.c +++ b/search-helpers/nemo-ppt-to-txt.c @@ -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;