Spelling fixes.

This commit is contained in:
klemens
2017-02-19 15:53:37 +00:00
committed by Simon Kelley
parent 88a77a78ad
commit 43517fcaf5
10 changed files with 25 additions and 25 deletions

View File

@@ -104,7 +104,7 @@ void inotify_dnsmasq_init()
strcpy(path, res->name);
/* Follow symlinks until we reach a non-symlink, or a non-existant file. */
/* Follow symlinks until we reach a non-symlink, or a non-existent file. */
while ((new_path = my_readlink(path)))
{
if (links-- == 0)