summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-08-07 14:44:11 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-08-07 14:44:11 +0100
commit86f4c186aac58178f290777d703de49937f19c70 (patch)
tree77895efab926800f375c1514e158de1ad8a4cbce
parentcd81b6838904ecadb388d6831aa18f0c8a70bf6d (diff)
downloadnode-startup-controller-86f4c186aac58178f290777d703de49937f19c70.tar.gz
Fix name of the LAHandlerService class in the docs and in NEWS
-rw-r--r--NEWS2
-rw-r--r--node-startup-controller/la-handler-service.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 1cb4df4..922c6f3 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ x.y.z
issues (the previously implementation was based on code from
GLib)
* Add documentation for the JobManager class
-* Add documentation for the LegacyAppHandlerService class
+* Add documentation for the LAHandlerService class
0.9.1
=====
diff --git a/node-startup-controller/la-handler-service.c b/node-startup-controller/la-handler-service.c
index a25ea32..b2d8856 100644
--- a/node-startup-controller/la-handler-service.c
+++ b/node-startup-controller/la-handler-service.c
@@ -29,7 +29,7 @@
/**
* SECTION: la-handler-service
- * @title: Legacy App Handler Service
+ * @title: LAHandlerService
* @short_description: Handles registration of legacy apps with the Node State Manager
* @stability: Internal
*