summaryrefslogtreecommitdiff
path: root/man/XpmCreateImage.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XpmCreateImage.man')
-rw-r--r--man/XpmCreateImage.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/XpmCreateImage.man b/man/XpmCreateImage.man
index 024a29e..09c0351 100644
--- a/man/XpmCreateImage.man
+++ b/man/XpmCreateImage.man
@@ -58,7 +58,7 @@ The XpmCreateImageFromData function allows you to include in your C program an X
written out by functions such as XpmWriteFileFromImage or XpmWriteFileFromPixmap without reading in the file.
XpmCreateImageFromData exactly works as XpmReadFileToImage() does and returns the same way.
It just reads data instead of a file.
-Here again, it is the caller’s responsibeility to free the returned images, the colors
+Here again, it is the caller’s responsibility to free the returned images, the colors
and possibly the data returned into the XpmAttributes structure.
.SS XpmCreateImageFromBuffer