Fix a few typos in translator comments and documentation.

2008-02-25  Wouter Bolsterlee  <wbolster@svn.gnome.org>

	* gfile.c (g_file_find_enclosing_mount):
	* giomodule.c:
	* glocalfile.c (g_local_file_find_enclosing_mount):
	* goutputstream.c:

	Fix a few typos in translator comments and documentation.

svn path=/trunk/; revision=6590
This commit is contained in:
Wouter Bolsterlee
2008-02-25 14:04:38 +00:00
committed by Wouter Bolsterlee
parent 9edb46455c
commit a9a0498007
5 changed files with 23 additions and 14 deletions

View File

@@ -157,7 +157,7 @@ g_output_stream_init (GOutputStream *stream)
*
* On success, the number of bytes written to the stream is returned.
* It is not an error if this is not the same as the requested size, as it
* can happen e.g. on a partial i/o error, or if the there is not enough
* can happen e.g. on a partial i/o error, or if there is not enough
* storage in the stream. All writes either block until at least one byte
* is written, so zero is never returned (unless @count is zero).
*