[gegl] fix spelling in debug output
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] fix spelling in debug output
- Date: Sat, 2 Jul 2022 12:09:58 +0000 (UTC)
commit 8e62e8d2706544ef6c6c972e7b0d580033e14646
Author: Felix Schwarz <felix schwarz oss schwarz eu>
Date: Thu May 28 16:13:36 2020 +0200
fix spelling in debug output
gegl/buffer/gegl-buffer-load.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gegl/buffer/gegl-buffer-load.c b/gegl/buffer/gegl-buffer-load.c
index 2ba618a9a..70b78a5d7 100644
--- a/gegl/buffer/gegl-buffer-load.c
+++ b/gegl/buffer/gegl-buffer-load.c
@@ -257,7 +257,7 @@ gegl_buffer_load (const gchar *path)
GEGL_NOTE (GEGL_DEBUG_BUFFER_LOAD, "starting to load buffer %s", path);
if (info->i == -1)
{
- GEGL_NOTE (GEGL_DEBUG_BUFFER_LOAD, "failed top open %s for reading", path);
+ GEGL_NOTE (GEGL_DEBUG_BUFFER_LOAD, "failed to open %s for reading", path);
return NULL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]