diff Makefile.in @ 1037:7c899f24a85b

Some minor typo fixes, found by codespell.
author Thorsten Horstmann <thorsten.horstmann@web.de>
date Tue, 24 Feb 2015 20:45:07 +0800
parents 1e496ad473bd
children 01eea88963f3
line wrap: on
line diff
--- a/Makefile.in	Tue Feb 24 20:43:01 2015 +0800
+++ b/Makefile.in	Tue Feb 24 20:45:07 2015 +0800
@@ -140,7 +140,7 @@
 	$(INSTALL) -d $(DESTDIR)$(mandir)/man1
 	if test -e $*.1; then $(INSTALL) -m 644 $*.1 $(DESTDIR)$(mandir)/man1/$*.1; fi
 
-# dropbear should go in sbin, so it needs a seperate rule
+# dropbear should go in sbin, so it needs a separate rule
 inst_dropbear: dropbear
 	$(INSTALL) -d $(DESTDIR)$(sbindir)
 	$(INSTALL) dropbear$(EXEEXT) $(DESTDIR)$(sbindir)