]> git.ipfire.org Git - people/ms/dnsmasq.git/commitdiff
Typos.
authorSimon Kelley <simon@thekelleys.org.uk>
Sat, 14 Feb 2015 20:02:37 +0000 (20:02 +0000)
committerSimon Kelley <simon@thekelleys.org.uk>
Sat, 14 Feb 2015 20:02:37 +0000 (20:02 +0000)
src/inotify.c

index 44ce0c9af05195b154f579927f5f82e5e5f15543..9422066257f55afceb13806910b1a083c2ef655f 100644 (file)
@@ -104,7 +104,8 @@ void set_dynamic_inotify(int flag, int total_size, struct crec **rhash, int revh
           ah->wd = inotify_add_watch(daemon->inotifyfd, ah->fname, IN_CLOSE_WRITE | IN_MOVED_TO);
           ah->flags |= AH_WD_DONE;
         }
-       /* Read contents of dir _after_ calling add_watch, in the ho[e of avoiding
+
+       /* Read contents of dir _after_ calling add_watch, in the hope of avoiding
          a race which misses files being added as we start */
        if (ah->wd == -1 || !(dir_stream = opendir(ah->fname)))
         {