From 55969b0cc28ff3c784dca7343466d75bc2b34228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bot=C3=B6?= Date: Wed, 3 Dec 2014 12:04:04 +0100 Subject: Unify spelling of focussed.target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make sure we use the same spelling of focussed in all places to avoid confusion. Signed-off-by: Erik Botö --- docs/reference/node-startup-controller/functional-scope.xml | 4 ++-- node-startup-controller/node-startup-controller-application.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/node-startup-controller/functional-scope.xml b/docs/reference/node-startup-controller/functional-scope.xml index 4c20d75..ae8878c 100644 --- a/docs/reference/node-startup-controller/functional-scope.xml +++ b/docs/reference/node-startup-controller/functional-scope.xml @@ -158,7 +158,7 @@ Target startup monitoring The Node Startup Controller is responsible to set certain NSM states when certain - systemd targets (e.g. focused.target or + systemd targets (e.g. focussed.target or lazy.target) have been started within or outside the Node Startup Controller. For this, it needs to monitor systemd for unit start-up events. @@ -181,7 +181,7 @@ not belong to target start-up events setting the NSM state to - LUC_RUNNING when focused.target + LUC_RUNNING when focussed.target has been started, diff --git a/node-startup-controller/node-startup-controller-application.c b/node-startup-controller/node-startup-controller-application.c index 1c8968a..05c6feb 100644 --- a/node-startup-controller/node-startup-controller-application.c +++ b/node-startup-controller/node-startup-controller-application.c @@ -590,7 +590,7 @@ node_startup_controller_application_luc_groups_started (LUCStarter g_return_if_fail (IS_NODE_STARTUP_CONTROLLER_APPLICATION (application)); /* notify systemd that we have finished starting the LUC and - * that it can take over control to start unfocused.target, + * that it can take over control to start unfocussed.target, * lazy.target etc. */ sd_notify (0, "READY=1"); } -- cgit v1.2.1