[gegl] Fix a user-visible typo
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] Fix a user-visible typo
- Date: Sat, 10 Oct 2015 10:00:40 +0000 (UTC)
commit 01ade7acd10b6f744bafdf8445c36237ed7fcd4d
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date: Sat Oct 10 12:55:17 2015 +0300
Fix a user-visible typo
operations/common/maze.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/common/maze.c b/operations/common/maze.c
index e602cad..d557a42 100644
--- a/operations/common/maze.c
+++ b/operations/common/maze.c
@@ -36,7 +36,7 @@
enum_start (gegl_maze_algorithm)
enum_value (GEGL_MAZE_ALGORITHM_DEPTH_FIRST, "Depth First", N_("Depth first"))
- enum_value (GEGL_MAZE_ALGORITHM_PRIM, "Prim", N_("Prim's algotithm"))
+ enum_value (GEGL_MAZE_ALGORITHM_PRIM, "Prim", N_("Prim's algorithm"))
enum_end (GeglMazeAlgorithm)
property_int (x, _("Width"), 16)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]