Corrected some typos in the documentation: occured -> occurred. its ->

2008-01-16  Murray Cumming  <murrayc@murrayc.com>

* gappinfo.c:
* gdatainputstream.c:
* gfile.c:
* gfileoutputstream.c:
* ginputstream.c:
* gmount.c:
* goutputstream.c:
* gseekable.c:
* gunixmounts.c: Corrected some typos in the documentation:
occured -> occurred.
its -> it's (where appropriate).

svn path=/trunk/; revision=6322
This commit is contained in:
Murray Cumming
2008-01-16 20:00:23 +00:00
committed by Murray Cumming
parent f970f886cb
commit f0749cc896
10 changed files with 41 additions and 27 deletions

View File

@@ -132,7 +132,7 @@ g_seekable_can_seek (GSeekable *seekable)
* was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
*
* Returns: %TRUE if successful. If an error
* has occured, this function will return %FALSE and set @error
* has occurred, this function will return %FALSE and set @error
* appropriately if present.
**/
gboolean
@@ -188,7 +188,7 @@ g_seekable_can_truncate (GSeekable *seekable)
* partial result will be returned, without an error.
*
* Returns: %TRUE if successful. If an error
* has occured, this function will return %FALSE and set @error
* has occurred, this function will return %FALSE and set @error
* appropriately if present.
**/
gboolean