diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-02 14:54:06 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-02 14:54:06 -0700 |
commit | 5cf85c28ad5f0811d53e5d70eac384dfe8e86cd6 (patch) | |
tree | 9631c046e2973c2be9eba1eeaf46bff06844d779 /src | |
parent | 9ad16d4da14905abfac50e41105dd1ceba877b07 (diff) |
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/Doxyfile | 2 | ||||
-rw-r--r-- | src/common_io.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Doxyfile b/src/Doxyfile index 1185875..2f5d557 100644 --- a/src/Doxyfile +++ b/src/Doxyfile @@ -385,7 +385,7 @@ SHOW_DIRECTORIES = YES # version control system). Doxygen will invoke the program by executing (via # popen()) the command <command> <input-file>, where <command> is the value of # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file -# provided by doxygen. Whatever the progam writes to standard output +# provided by doxygen. Whatever the program writes to standard output # is used as the file version. See the manual for examples. FILE_VERSION_FILTER = diff --git a/src/common_io.c b/src/common_io.c index e9586ad..ad7d809 100644 --- a/src/common_io.c +++ b/src/common_io.c @@ -13,7 +13,7 @@ * Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTIBILITY, + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER * IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF OR IN |