mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
treewide: fix typos (#4802)
This commit is contained in:
parent
169f11d5da
commit
06bf09af67
@ -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>
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user