summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-08 17:54:35 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-08 17:54:35 -0700
commita1e67b141a57d39cbcaff1a703d6fc0da1fbb56d (patch)
tree1cd596596dacb26b45a496c68e2918b7963b6f8e
parent8b6bb1a71977116d382f45eef803aedd3e313d37 (diff)
Fix "indention" typos in xcb-examples.3 man page
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/man/xcb-examples.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/xcb-examples.3 b/src/man/xcb-examples.3
index 291af37..c02fc01 100644
--- a/src/man/xcb-examples.3
+++ b/src/man/xcb-examples.3
@@ -45,11 +45,11 @@ it on xcb@lists.freedesktop.org.
.SH CODING STYLE
-Every example uses 4 spaces for indention.
+Every example uses 4 spaces for indentation.
Comments are in asterisks, like /* this */.
-No line is longer than 80 characters (including indention).
+No line is longer than 80 characters (including indentation).
.SH SEE ALSO
.BR xcb_connect (3),