From bed0b3654617aff714876dfbca553c40e67986d5 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 21 Feb 2008 11:44:48 +0000 Subject: [PATCH] Fix doc typo 2008-02-21 Alexander Larsson * gfile.c: Fix doc typo svn path=/trunk/; revision=6549 --- gio/gfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gfile.c b/gio/gfile.c index 267233216..03704f6f5 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 identifier has the same weaknesses as using an path in that + * Using #GFile as an identifier has the same weaknesses as using a 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