[gegl] Fix a typo in a user-visible message
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Fix a typo in a user-visible message
- Date: Tue, 8 Jul 2014 11:55:22 +0000 (UTC)
commit c06ad8f2badb3bfc537f3c85c029d514301ee5ff
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Tue Jul 8 15:41:58 2014 +0400
Fix a typo in a user-visible message
gegl/gegl-enums.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl/gegl-enums.c b/gegl/gegl-enums.c
index e8980b1..a915fea 100644
--- a/gegl/gegl-enums.c
+++ b/gegl/gegl-enums.c
@@ -60,7 +60,7 @@ gegl_access_mode_get_type (void)
static GFlagsValue values[] = {
{ GEGL_ACCESS_READ, N_("Read"), "read" },
{ GEGL_ACCESS_WRITE, N_("Write"), "write" },
- { GEGL_ACCESS_READWRITE, N_("Read/Wrrite"), "readwrite" },
+ { GEGL_ACCESS_READWRITE, N_("Read/Write"), "readwrite" },
{ 0, NULL, NULL }
};
gint i;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]