diff options
author | Torstein Husebø <torstein@huseboe.net> | 2016-05-12 11:23:35 +0200 |
---|---|---|
committer | Torstein Husebø <torstein@huseboe.net> | 2016-07-04 17:10:23 +0200 |
commit | 6dd6a9c4930462a847e3f3924d88124ba9cc0522 (patch) | |
tree | fc03925b9259df11dd5a59fc2033a9fb8f1bed44 /src | |
parent | 57681e84ce7c44ebc442bc3e7e22d487c4ce703a (diff) |
treewide: fix typos
Diffstat (limited to 'src')
-rw-r--r-- | src/login/logind-core.c | 2 | ||||
-rw-r--r-- | src/nspawn/nspawn-network.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/login/logind-core.c b/src/login/logind-core.c index cbf8d757fe..eff5a4a36f 100644 --- a/src/login/logind-core.c +++ b/src/login/logind-core.c @@ -496,7 +496,7 @@ static int manager_count_external_displays(Manager *m) { continue; /* Ignore internal displays: the type is encoded in - * the sysfs name, as the second dash seperated item + * the sysfs name, as the second dash separated item * (the first is the card name, the last the connector * number). We implement a whitelist of external * displays here, rather than a whitelist, to ensure diff --git a/src/nspawn/nspawn-network.c b/src/nspawn/nspawn-network.c index 8da47a2ca6..428cc04de0 100644 --- a/src/nspawn/nspawn-network.c +++ b/src/nspawn/nspawn-network.c @@ -350,7 +350,7 @@ int setup_bridge(const char *veth_name, const char *bridge_name, bool create) { if (create) { /* We take a system-wide lock here, so that we can safely check whether there's still a member in the - * bridge before removing it, without risking interferance from other nspawn instances. */ + * bridge before removing it, without risking interference from other nspawn instances. */ r = make_lock_file("/run/systemd/nspawn-network-zone", LOCK_EX, &bridge_lock); if (r < 0) |