[gegl] gegl: fix typo in gegl-enums.c
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] gegl: fix typo in gegl-enums.c
- Date: Sun, 25 May 2014 23:18:24 +0000 (UTC)
commit 911317b247218cb9d61ad5d98d85c38a3b52eb96
Author: Michael Natterer <mitch gimp org>
Date: Mon May 26 01:16:21 2014 +0200
gegl: fix typo in gegl-enums.c
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 8e92c5f..74d3391 100644
--- a/gegl/gegl-enums.c
+++ b/gegl/gegl-enums.c
@@ -58,7 +58,7 @@ gegl_orientation_get_type (void)
if (etype == 0)
{
static GEnumValue values[] = {
- { GEGL_ORIENTATION_HORIZONTAL, N_("Horizontal"), "hotizontal" },
+ { GEGL_ORIENTATION_HORIZONTAL, N_("Horizontal"), "horizontal" },
{ GEGL_ORIENTATION_VERTICAL, N_("Vertical"), "vertical" },
{ 0, NULL, NULL }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]