summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-07-28 07:46:27 +0200
committerMatthias Clasen <mclasen@redhat.com>2012-07-28 07:46:27 +0200
commitb0bdbda5baf3ecd710f25515e2f37dd531491cf2 (patch)
tree09ce611f9cca29806e4c18e8e798b5e6ca39661b /common
parent256e33d3c21c0b5b495078c901111eb872d6d36a (diff)
Fix a comment typo
Diffstat (limited to 'common')
-rw-r--r--common/gvfsdaemonprotocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gvfsdaemonprotocol.h b/common/gvfsdaemonprotocol.h
index b5d47205..bc754866 100644
--- a/common/gvfsdaemonprotocol.h
+++ b/common/gvfsdaemonprotocol.h
@@ -72,7 +72,7 @@ G_BEGIN_DECLS
#define G_VFS_DBUS_OP_GET_CONNECTION "GetConnection"
#define G_VFS_DBUS_OP_CANCEL "Cancel"
-/* Used by the dbus-proxying implementation of GMoutOperation */
+/* Used by the dbus-proxying implementation of GMountOperation */
#define G_VFS_DBUS_MOUNT_OPERATION_INTERFACE "org.gtk.vfs.MountOperation"
#define G_VFS_DBUS_MOUNT_OPERATION_OP_ASK_PASSWORD "askPassword"
#define G_VFS_DBUS_MOUNT_OPERATION_OP_ASK_QUESTION "askQuestion"