From db2615807cd949da286183fce4e98763a9d01473 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 21 Feb 2008 11:43:55 +0000 Subject: [PATCH] Fix doc typo 2008-02-21 Alexander Larsson * gfile.c: Fix doc typo svn path=/trunk/; revision=6548 --- gio/ChangeLog | 5 +++++ gio/gfile.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 104be9e..cc0922f 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,6 +1,11 @@ 2008-02-21 Alexander Larsson * gfile.c: + Fix doc typo + +2008-02-21 Alexander Larsson + + * gfile.c: Add more documentation about how GFiles work (from #517086) 2008-02-21 Alexander Larsson diff --git a/gio/gfile.c b/gio/gfile.c index f056864..2672332 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -79,7 +79,7 @@ * store the real basename or the #GFile to use to actually access the file, because * there is no way to go from a display name to the actual name. * - * Using #GFile as an indetifier has the same weaknesses as using an path in that + * Using #GFile as an identifier has the same weaknesses as using an path in that * there may be multiple aliases for the same file. For instance, hard or * soft links may cause two different #GFiles to refer to the same file. * Other possible causes for aliases are: case insensitive filesystems, short -- 2.7.4