diff options
Diffstat (limited to 'src/dbus/server/server.h')
-rw-r--r-- | src/dbus/server/server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus/server/server.h b/src/dbus/server/server.h index 5e75d4fc..55ada544 100644 --- a/src/dbus/server/server.h +++ b/src/dbus/server/server.h @@ -96,7 +96,7 @@ class Server : public GDBusCXX::DBusObjectHelper, typedef std::list< boost::weak_ptr<SessionResource> > SessionResources_t; /** - * A lis of active or idle Sessions. + * A list of active or idle Sessions. * * SessionResource objects are removed once the Session D-Bus * interface disappears. |