aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/os/env.c')
-rw-r--r--src/nvim/os/env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/env.c b/src/nvim/os/env.c
index 6d20028c05..b87d561fa6 100644
--- a/src/nvim/os/env.c
+++ b/src/nvim/os/env.c
@@ -63,7 +63,7 @@ int64_t os_get_pid()
#endif
}
-/// Get the hostname of the machine runing Neovim.
+/// Get the hostname of the machine running Neovim.
///
/// @param hostname Buffer to store the hostname.
/// @param len Length of `hostname`.