diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-26 18:39:17 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-27 10:12:44 -0700 |
commit | deb81a9a210527b0a00f002b1796e5e21e492879 (patch) | |
tree | 835340a358041bf3cf50f9ad01b1da8c7d3a390d /man/XpmCreateImage.man | |
parent | 2d5fa4c2079494f502f9a576d749fa1e205f2144 (diff) |
man pages: Fix typos
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'man/XpmCreateImage.man')
-rw-r--r-- | man/XpmCreateImage.man | 2 |
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 |