summaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 16:25:38 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-07-17 16:25:38 -0700
commit961245427855ab6d30a5fa2dbb98aaffa571d728 (patch)
treea91296f47693e73b9afc9b4da78cf9ae0774e330 /src/parse.c
parentfa16fbda9c90f932a74cd80c90eee88432d987d7 (diff)
downloadxorg-lib-libXpm-961245427855ab6d30a5fa2dbb98aaffa571d728.tar.gz
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/parse.c')
-rw-r--r--src/parse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parse.c b/src/parse.c
index 613529e..037fc66 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -27,7 +27,7 @@
* parse.c: *
* *
* XPM library *
-* Parse an XPM file or array and store the found informations *
+* Parse an XPM file or array and store the found information *
* in the given XpmImage structure. *
* *
* Developed by Arnaud Le Hors *
@@ -717,7 +717,7 @@ do { \
} while(0)
/*
- * This function parses an Xpm file or data and store the found informations
+ * This function parses an Xpm file or data and store the found information
* in an an XpmImage structure which is returned.
*/
int
@@ -825,7 +825,7 @@ xpmParseData(
}
/*
- * store found informations in the XpmImage structure
+ * store found information in the XpmImage structure
*/
image->width = width;
image->height = height;