summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Botö <erik.boto@pelagicore.com>2014-12-03 12:04:04 +0100
committerJonathan Maw <jonathan.maw@codethink.co.uk>2014-12-04 09:38:14 +0000
commit55969b0cc28ff3c784dca7343466d75bc2b34228 (patch)
treea5ceb704392956e38eccb772c788f9efc132d15e
parentfba1b26575c75390be28a8a020953f030114df87 (diff)
downloadnode-startup-controller-55969b0cc28ff3c784dca7343466d75bc2b34228.tar.gz
Unify spelling of focussed.target
Make sure we use the same spelling of focussed in all places to avoid confusion. Signed-off-by: Erik Botö <erik.boto@pelagicore.com>
-rw-r--r--docs/reference/node-startup-controller/functional-scope.xml4
-rw-r--r--node-startup-controller/node-startup-controller-application.c2
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 @@
<title>Target startup monitoring</title>
<para>
The Node Startup Controller is responsible to set certain NSM states when certain
- systemd targets (e.g. <literal>focused.target</literal> or
+ systemd targets (e.g. <literal>focussed.target</literal> or
<literal>lazy.target</literal>) 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
<orderedlist>
<listitem>
- <literal>LUC_RUNNING</literal> when <literal>focused.target</literal>
+ <literal>LUC_RUNNING</literal> when <literal>focussed.target</literal>
has been started,
</listitem>
<listitem>
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");
}