Patch to fix some typos with the word 'editing' (not editting).
--- a/doc/html/ict-main_8cpp.html
+++ b/doc/html/ict-main_8cpp.html
@@ -154,7 +154,7 @@
           <span class="stringliteral">"  -h, --help                   prints this help text\n"</span> \
           <span class="stringliteral">"  -l, --list                   lists user table\n"</span> \
           <span class="stringliteral">"  -r, --remove                 removes user table\n"</span> \
-          <span class="stringliteral">"  -e, --edit                   provides editting user table\n"</span> \
+          <span class="stringliteral">"  -e, --edit                   provides editing user table\n"</span> \
           <span class="stringliteral">"  -t, --types                  list supported event types\n"</span> \
           <span class="stringliteral">"  -d, --reload                 request incrond to reload user table\n"</span> \
           <span class="stringliteral">"  -V, --version                prints program version\n\n"</span> \
--- a/doc/man/man3/ict-main.cpp.3
+++ b/doc/man/man3/ict-main.cpp.3
@@ -140,7 +140,7 @@
           '  -h, --help                   prints this help text\n' \
           '  -l, --list                   lists user table\n' \
           '  -r, --remove                 removes user table\n' \
-          '  -e, --edit                   provides editting user table\n' \
+          '  -e, --edit                   provides editing user table\n' \
           '  -t, --types                  list supported event types\n' \
           '  -d, --reload                 request incrond to reload user table\n' \
           '  -V, --version                prints program version\n\n' \
--- a/ict-main.cpp
+++ b/ict-main.cpp
@@ -60,7 +60,7 @@
           "  -h, --help                   prints this help text\n" \
           "  -l, --list                   lists user table\n" \
           "  -r, --remove                 removes user table\n" \
-          "  -e, --edit                   provides editting user table\n" \
+          "  -e, --edit                   provides editing user table\n" \
           "  -t, --types                  list supported event types\n" \
           "  -d, --reload                 request incrond to reload user table\n" \
           "  -V, --version                prints program version\n\n" \
--- a/incron.conf.5
+++ b/incron.conf.5
@@ -35,7 +35,7 @@
 .BR Default : \fIincrond\fR
 .TP 
 \fBeditor\fP
-This name or path is used to run as an editor for editting incron tables. Default \fIno editor\fR is given, system editor used, this option overide this.
+This name or path is used to run as an editor for editing incron tables. Default \fIno editor\fR is given, system editor used, this option overide this.
 .SH "SEE ALSO"
 incrond(8), incrontab(1), incrontab(5)
 .SH "AUTHOR"
--- a/incron.conf.example
+++ b/incron.conf.example
@@ -63,7 +63,7 @@
 
 # Parameter:   editor
 # Meaning:     editor executable
-# Description: This name or path is used to run as an editor for editting
+# Description: This name or path is used to run as an editor for editing
 #              user tables.
 # Default:     vim
 #
--- a/incrontab.1
+++ b/incrontab.1
@@ -24,7 +24,7 @@
 
 \fB\-r\fR (or \fB\-\-remove\fR) option causes the current table (if any) is permanently remove without any warning or confirmation. Use with caution!
 
-\fB\-e\fR (or \fB\-\-edit\fR) option causes executing an editor for editting the user table (see below for the information about editor selection). You can edit your incron table now. If the table is changed it stores the modified version.
+\fB\-e\fR (or \fB\-\-edit\fR) option causes executing an editor for editing the user table (see below for the information about editor selection). You can edit your incron table now. If the table is changed it stores the modified version.
 
 \fB\-t\fR (or \fB\-\-types\fR) option causes the list of supported event types (delimited by commas) is printed to the standard output. This feature is intended for front\-end applications to find out which event types was compiled in.
 
@@ -32,7 +32,7 @@
 
 \fB\-f <FILE>\fR (or \fB\-\-config=<FILE>\fR) option specifies another location for the configuration file (/etc/incron.conf is used by default). This feature requires root privileges.
 
-There is a few complex algorithm how to determine which editor will be user for editting. If any of the following rule succeeds the appropriate editor is used:
+There is a few complex algorithm how to determine which editor will be user for editing. If any of the following rule succeeds the appropriate editor is used:
 
 1. EDITOR environment variable
 
--- a/README
+++ b/README
@@ -41,7 +41,7 @@
 
 The binaries must be of course installed as root.
 
-If you want to use (after editting) the example configuration
+If you want to use (after editing) the example configuration
 file simply rename it from /etc/incron.conf.example to
 /etc/incron.conf (you can also use -f <config> for one-time
 use of a custom configuration file).
