treewide: fix typos (#4802)

This commit is contained in:
Torstein Husebø 2016-12-02 15:20:26 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 169f11d5da
commit 06bf09af67
2 changed files with 2 additions and 2 deletions

View file

@ -153,7 +153,7 @@
<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>

View 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);