mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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:
committed by
Murray Cumming
parent
f970f886cb
commit
f0749cc896
@@ -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
|
||||
|
Reference in New Issue
Block a user