mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Fix "it's" vs "its" confusion throughout the source. Patch by Will
* Fix "it's" vs "its" confusion throughout the source. Patch by Will Thompson. svn path=/trunk/; revision=7897
This commit is contained in:
@@ -315,7 +315,7 @@ read_data (GDataInputStream *stream,
|
||||
}
|
||||
}
|
||||
|
||||
/* This should always succeed, since its in the buffer */
|
||||
/* This should always succeed, since it's in the buffer */
|
||||
res = g_input_stream_read (G_INPUT_STREAM (stream),
|
||||
buffer, size,
|
||||
NULL, NULL);
|
||||
|
Reference in New Issue
Block a user