From 6c43b6a21aca5cac33992c6b690e566ac1664997 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 4 Jun 2015 19:25:20 -0400 Subject: [PATCH] Trivial: fix a comment typo --- gio/gunixmounts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c index 93fae3bc2..b83d442d1 100644 --- a/gio/gunixmounts.c +++ b/gio/gunixmounts.c @@ -210,7 +210,7 @@ gboolean g_unix_is_mount_path_system_internal (const char *mount_path) { const char *ignore_mountpoints[] = { - /* Includes all FHS 2.3 toplevel dirs and other specilized + /* Includes all FHS 2.3 toplevel dirs and other specialized * directories that we want to hide from the user. */ "/", /* we already have "Filesystem root" in Nautilus */