summaryrefslogtreecommitdiff
path: root/man/systemd-analyze.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-01-20 15:32:16 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-01-20 15:32:16 +0900
commitd09df6b94e0c4924ea7064c79ab0441f5aff469b (patch)
tree5c79a78b875e19a80bdf7f48585defb717e69c3e /man/systemd-analyze.xml
parenta98d69f0af505b4ccdd219f5d73dc72e9c063cc4 (diff)
downloadsystemd-d09df6b94e0c4924ea7064c79ab0441f5aff469b.tar.gz
tree-wide: fix typo
Diffstat (limited to 'man/systemd-analyze.xml')
-rw-r--r--man/systemd-analyze.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml
index d5f1e5ae89..f81dcc324a 100644
--- a/man/systemd-analyze.xml
+++ b/man/systemd-analyze.xml
@@ -1213,13 +1213,13 @@ $ systemd-analyze verify /tmp/source:alias.service
<option>off</option> which is the default, <option>pretty</option> and <option>short</option>
which respectively output a prettified or shorted JSON version of the security table.
- With the <command>plot</command> command, genereate a JSON formatted output of the raw time data.
+ With the <command>plot</command> command, generate a JSON formatted output of the raw time data.
The format is a JSON array with objects containing the following fields: <varname>name</varname>
which is the unit name, <varname>activated</varname> which is the time after startup the
service was activated, <varname>activating</varname> which is how long after startup the service
was initially started, <varname>time</varname> which is how long the service took to activate
from when it was initially started, <varname>deactivated</varname> which is the time after startup
- that the service was deactivated, <varname>deactivating</varname> whcih is the time after startup
+ that the service was deactivated, <varname>deactivating</varname> which is the time after startup
that the service was initially told to deactivate.
</para></listitem>
</varlistentry>