diff options
| author | Alexander Seiler <seileralex@gmail.com> | 2023-03-26 03:49:21 +0200 |
|---|---|---|
| committer | Oskar Nyberg <3668602+raksooo@users.noreply.github.com> | 2023-03-27 14:08:15 +0000 |
| commit | a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93 (patch) | |
| tree | d440fa99e7bbb869a3b5c65fb0957380dd53c792 /talpid-platform-metadata | |
| parent | ddbf915cd7377a2a7900e6b63fc035d1db1c83fc (diff) | |
| download | mullvadvpn-a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93.tar.xz mullvadvpn-a7f820aedc61a7c1cc9e857b21dc45c8dcf20f93.zip | |
Fix many typos
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
Diffstat (limited to 'talpid-platform-metadata')
| -rw-r--r-- | talpid-platform-metadata/src/linux.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-platform-metadata/src/linux.rs b/talpid-platform-metadata/src/linux.rs index e46d139b8d..6b6b25c6d0 100644 --- a/talpid-platform-metadata/src/linux.rs +++ b/talpid-platform-metadata/src/linux.rs @@ -107,7 +107,7 @@ fn wg_version() -> Option<(String, String)> { Some(("wireguard".to_string(), wireguard_version)) } -/// `systemctl --version` usually outpus two lines - one with the version, and another listing +/// `systemctl --version` usually outputs two lines - one with the version, and another listing /// features: /// > systemd 246 (246) /// > +PAM +AUDIT -SELINUX +IMA +APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL |
