From 068e34afc9fac537e1489a070fcae37da28baca3 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 24 Jul 2020 11:47:55 +0200 Subject: src/engine-eds.cpp: Typo fix in g_debug output. --- src/engine-eds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine-eds.cpp b/src/engine-eds.cpp index 1c1ff0f..f8a4ce8 100644 --- a/src/engine-eds.cpp +++ b/src/engine-eds.cpp @@ -121,7 +121,7 @@ public: auto extension = e_source_get_extension(source, E_SOURCE_EXTENSION_CALENDAR); // check source is selected if (!e_source_selectable_get_selected(E_SOURCE_SELECTABLE(extension))) { - g_debug("Soure is not selected, ignore it: %s", e_source_get_display_name(source)); + g_debug("Source is not selected, ignore it: %s", e_source_get_display_name(source)); continue; } const auto color = e_source_selectable_get_color(E_SOURCE_SELECTABLE(extension)); -- cgit v1.2.3