mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 02:17:51 +02:00
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:
committed by
Murray Cumming
parent
0108d39d02
commit
d4b9875df1
@@ -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!
|
||||
* |[
|
||||
* /* DON'T DO THIS */
|
||||
|
Reference in New Issue
Block a user