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

@@ -329,7 +329,7 @@ read_data (GDataInputStream *stream,
* Reads an unsigned 8-bit/1-byte value from @stream.
*
* Returns: an unsigned 8-bit/1-byte value read from the @stream or %0
* if an error occured.
* if an error occurred.
**/
guchar
g_data_input_stream_read_byte (GDataInputStream *stream,
@@ -359,7 +359,7 @@ g_data_input_stream_read_byte (GDataInputStream *stream,
* see g_data_stream_get_byte_order() and g_data_stream_set_byte_order().
*
* Returns: a signed 16-bit/2-byte value read from @stream or %0 if
* an error occured.
* an error occurred.
**/
gint16
g_data_input_stream_read_int16 (GDataInputStream *stream,
@@ -403,7 +403,7 @@ g_data_input_stream_read_int16 (GDataInputStream *stream,
* see g_data_stream_get_byte_order() and g_data_stream_set_byte_order().
*
* Returns: an unsigned 16-bit/2-byte value read from the @stream or %0 if
* an error occured.
* an error occurred.
**/
guint16
g_data_input_stream_read_uint16 (GDataInputStream *stream,
@@ -451,7 +451,7 @@ g_data_input_stream_read_uint16 (GDataInputStream *stream,
* was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
*
* Returns: a signed 32-bit/4-byte value read from the @stream or %0 if
* an error occured.
* an error occurred.
**/
gint32
g_data_input_stream_read_int32 (GDataInputStream *stream,
@@ -499,7 +499,7 @@ g_data_input_stream_read_int32 (GDataInputStream *stream,
* was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
*
* Returns: an unsigned 32-bit/4-byte value read from the @stream or %0 if
* an error occured.
* an error occurred.
**/
guint32
g_data_input_stream_read_uint32 (GDataInputStream *stream,
@@ -547,7 +547,7 @@ g_data_input_stream_read_uint32 (GDataInputStream *stream,
* was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
*
* Returns: a signed 64-bit/8-byte value read from @stream or %0 if
* an error occured.
* an error occurred.
**/
gint64
g_data_input_stream_read_int64 (GDataInputStream *stream,
@@ -595,7 +595,7 @@ g_data_input_stream_read_int64 (GDataInputStream *stream,
* was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
*
* Returns: an unsigned 64-bit/8-byte read from @stream or %0 if
* an error occured.
* an error occurred.
**/
guint64
g_data_input_stream_read_uint64 (GDataInputStream *stream,