]> git.proxmox.com Git - proxmox-backup.git/commitdiff
tools: socket: fix typo in comment
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Oct 2020 20:26:11 +0000 (21:26 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Oct 2020 20:26:11 +0000 (21:26 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/tools/socket.rs

index bbb8af1d7662f4161ae6c72ddbf15a244cfe2274..01e5edec3061942bc3633c0583c20a1ac05a3fe6 100644 (file)
@@ -9,7 +9,7 @@ pub const PROXMOX_BACKUP_TCP_KEEPALIVE_TIME: u32 = 120;
 ///
 /// See "man 7 tcp" for details.
 ///
-/// The default on Linix is 7200 (2 hours) which is much too long for
+/// The default on Linux is 7200 (2 hours) which is far too long for
 /// our backup tools.
 pub fn set_tcp_keepalive(
     socket_fd: RawFd,