Fixed some minor typos in the documentation.

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

* glib/gfileutils.c:
* glib/gsequence.c:
* glib/gstring.c: Fixed some minor typos in the documentation.

svn path=/trunk/; revision=6332
This commit is contained in:
Murray Cumming
2008-01-18 09:41:46 +00:00
committed by Murray Cumming
parent 0108d39d02
commit d4b9875df1
4 changed files with 11 additions and 5 deletions

View File

@@ -152,7 +152,7 @@ g_mkdir_with_parents (const gchar *pathname,
* to perform an operation, because there is always the possibility
* of the condition changing before you actually perform the operation.
* For example, you might think you could use %G_FILE_TEST_IS_SYMLINK
* to know whether it is is safe to write to a file without being
* to know whether it is safe to write to a file without being
* tricked into writing into a different location. It doesn't work!
* |[
* /&ast; DON'T DO THIS &ast;/