From 5f403357ddf4202f0a0111a8bf906ef835a72c21 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 16 Jan 2018 07:53:22 +0000 Subject: fixed typos (#278). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3605 ee746299-78ed-0310-b773-934348b2243d --- libsylph/folder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libsylph/folder.c') diff --git a/libsylph/folder.c b/libsylph/folder.c index f188dba5..6fffe2dc 100644 --- a/libsylph/folder.c +++ b/libsylph/folder.c @@ -1133,7 +1133,7 @@ gchar *folder_get_path(Folder *folder) path = g_filename_from_utf8(LOCAL_FOLDER(folder)->rootpath, -1, NULL, NULL, NULL); if (!path) { - g_warning("folder_get_path: faild to convert character set\n"); + g_warning("folder_get_path: failed to convert character set\n"); path = g_strdup(LOCAL_FOLDER(folder)->rootpath); } if (!g_path_is_absolute(path)) { @@ -1184,7 +1184,7 @@ gchar *folder_item_get_path(FolderItem *item) item_path = g_filename_from_utf8(item->path, -1, NULL, NULL, NULL); if (!item_path) { - g_warning("folder_item_get_path: faild to convert character set\n"); + g_warning("folder_item_get_path: failed to convert character set\n"); item_path = g_strdup(item->path); } #ifdef G_OS_WIN32 -- cgit v1.2.3