man page spelling errors

This commit is contained in:
John Cupitt 2010-01-11 09:06:21 +00:00
parent 157e01bb4c
commit ddb12bf8d3
4 changed files with 7 additions and 7 deletions

View File

@ -1563,7 +1563,7 @@ im__open_temp( const char *format )
}
g_free( name );
/* Needs to be postclose so we can rewindd disc after write without
/* Needs to be postclose so we can rewind after write without
* deleting the file.
*/
if( im_add_postclose_callback( disc,

View File

@ -78,7 +78,7 @@ with the image. Preclose callbacks are guaranteed to be called exactly once.
.B im_add_evalstart_callback(3)
adds a callback which will be triggered just before image evaluation starts.
It can be called many times. It's a good place to initalize data structures.
It can be called many times. It's a good place to initialize data structures.
Don't allocate resources here.
Eval callbacks are inherited. That is, any images which use your image as
@ -87,7 +87,7 @@ callback to an image, you will be notified if any later image uses your image
for computation.
If a later image adds eval callbacks, then the inheritance is broken, and that
image will recieve notification instead.
image will receive notification instead.
.B im_add_eval_callback(3)
adds a callback which will be triggered repeatedly as

View File

@ -14,8 +14,8 @@ im_simcontr \- shows the effect of simultaneous contrast
creates an unsigned char one band grey scale image of sizes xsize by ysize.
The created pattern consists of two neighbouring squares one dark (left
square) and one light (right square). The left
one containes a smaller light square and the right
one containes a darker square.
one contains a smaller light square and the right
one contains a darker square.
.SH RETURN VALUE
The function returns 0 on success and -1 on error.
.SH SEE\ ALSO

View File

@ -8,8 +8,8 @@ simcontr \- shows the effect of simultaneous contrast
creates an unsigned char one band grey scale image of sizes xsize by ysize.
The created pattern consists of two neighbouring squares one dark (left
square) and one light (right square). The left
one containes a smaller light square and the right
one containes a darker square.
one contains a smaller light square and the right
one contains a darker square.
.SH SEE\ ALSO
grey(1)
.SH COPYRIGHT