diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2009-02-23 04:30:06 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2009-02-23 04:30:06 +0000 |
commit | f5483302757a9c03c43e25c86cea4a7bd5aaaf3f (patch) | |
tree | 5bbaffe2ed1ce06ff6021a92f8e485df1a6a5fc9 /gio/gfileinfo.h | |
parent | 8ad668c7f019473b714c6ae55deaedcd9de9d383 (diff) | |
download | glib-f5483302757a9c03c43e25c86cea4a7bd5aaaf3f.tar.gz |
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
Diffstat (limited to 'gio/gfileinfo.h')
-rw-r--r-- | gio/gfileinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gfileinfo.h b/gio/gfileinfo.h index 27eccaa74..9c3907e40 100644 --- a/gio/gfileinfo.h +++ b/gio/gfileinfo.h @@ -129,7 +129,7 @@ typedef struct _GFileInfoClass GFileInfoClass; * G_FILE_ATTRIBUTE_STANDARD_COPY_NAME: * * A key in the "standard" namespace for getting the copy name of the file. - * The copy name is an optional version of the name. If availible its always + * The copy name is an optional version of the name. If available it's always * in UTF8, and corresponds directly to the original filename (only transcoded to * UTF8). This is useful if you want to copy the file to another filesystem that * might have a different encoding. If the filename is not a valid string in the |