]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
treewide: fix typos (#4802)
authorTorstein Husebø <torstein@huseboe.net>
Fri, 2 Dec 2016 14:20:26 +0000 (15:20 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 2 Dec 2016 14:20:26 +0000 (09:20 -0500)
man/sd_event_add_defer.xml
src/resolve/resolved.c

index d9ebd3b179a85401eef2a2fc2f591926602805e3..ab28b330fe32a647f60a7a97ae3429964d1fd1f2 100644 (file)
   <refsect1>
     <title>Return Value</title>
 
-    <para>On success, this functions return 0 or a positive
+    <para>On success, these functions return 0 or a positive
     integer. On failure, they return a negative errno-style error
     code.</para>
   </refsect1>
index 8d5a5c6b79039e92733eb23657ba19c2eaa01fd7..74603f93112f647a4bf9993c502157ef357f52f1 100644 (file)
@@ -112,7 +112,7 @@ int main(int argc, char *argv[]) {
         sd_event_get_exit_code(m->event, &r);
 
 finish:
-        /* systemd-nspawn checks for private resov.conf to decide whether
+        /* systemd-nspawn checks for private resolv.conf to decide whether
            or not to mount it into the container. So just delete it. */
         (void) unlink(PRIVATE_RESOLV_CONF);