chiark / gitweb /
udev-acl: allow to skip ACL handling
[elogind.git] / extras / gudev / gudevclient.c
index bb6d67326f781b94c2aec6f91299295c9c3a64ed..fa31f70bf5b278381892e62414ada57c8ce12f98 100644 (file)
@@ -197,7 +197,7 @@ g_udev_client_constructed (GObject *object)
 
   if (client->priv->subsystems != NULL)
     {
-      /* install subsytem filters to only wake up for certain events */
+      /* install subsystem filters to only wake up for certain events */
       for (n = 0; client->priv->subsystems[n] != NULL; n++)
         {
           gchar *subsystem;