summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-10-28 10:50:31 +0100
committerMurray Cumming <murrayc@murrayc.com>2015-10-28 10:50:40 +0100
commitadfd1847763f71c79424386fd31e31693ea7f599 (patch)
tree1f1092857b00452303a8da48b41cd047bc08e194
parentd52625a94a816fffb880b8a85f3bfd4c35d02b99 (diff)
downloadglib-adfd1847763f71c79424386fd31e31693ea7f599.tar.gz
Fix tiny typo.
-rwxr-xr-xgobject/glib-mkenums.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/glib-mkenums.in b/gobject/glib-mkenums.in
index b776e1f41..357ef9084 100755
--- a/gobject/glib-mkenums.in
+++ b/gobject/glib-mkenums.in
@@ -148,7 +148,7 @@ sub usage {
print " --fhead <text> Output file header\n";
print " --fprod <text> Per input file production\n";
print " --ftail <text> Output file trailer\n";
- print " --eprod <text> Per enum text (produced prior to value itarations)\n";
+ print " --eprod <text> Per enum text (produced prior to value iterations)\n";
print " --vhead <text> Value header, produced before iterating over enum values\n";
print " --vprod <text> Value text, produced for each enum value\n";
print " --vtail <text> Value tail, produced after iterating over enum values\n";