summaryrefslogtreecommitdiffstats
path: root/options-table.c
diff options
context:
space:
mode:
authornicm <nicm>2014-04-17 11:38:35 +0000
committernicm <nicm>2014-04-17 11:38:35 +0000
commitbce952777a491c5099693e2c256a14e51aecfaa6 (patch)
tree65cb747d9eb539e2f59b175b93922c0bfaff0b85 /options-table.c
parent2e98c9057de6c5700ca01bd58932373b103ef976 (diff)
Remove some unnecessary includes and fix a typo.
Diffstat (limited to 'options-table.c')
-rw-r--r--options-table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/options-table.c b/options-table.c
index 1010e84f..abeae7af 100644
--- a/options-table.c
+++ b/options-table.c
@@ -28,8 +28,8 @@
* options. These tables are the master copy of the options with their real
* (user-visible) types, range limits and default values. At start these are
* copied into the runtime global options trees (which only has number and
- * string types). These tables are then used to loop up the real type when
- * the user sets an option or its value needs to be shown.
+ * string types). These tables are then used to look up the real type when the
+ * user sets an option or its value needs to be shown.
*/
/* Choice option type lists. */