diff options
author | Thorsten Horstmann <thorsten.horstmann@web.de> | 2015-02-24 20:45:07 +0800 |
---|---|---|
committer | Thorsten Horstmann <thorsten.horstmann@web.de> | 2015-02-24 20:45:07 +0800 |
commit | abeb9d64a398cb38348f95b8d93b888f4e726cd0 (patch) | |
tree | c9c208e361b134f34368731dbfb9710edb370999 /Makefile.in | |
parent | fdb7ffa864dea8e1c9efe3532db08b1ccad484dc (diff) |
Some minor typo fixes, found by codespell.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 8cde521..8ab1a73 100644 --- a/Makefile.in +++ b/Makefile.in @@ -140,7 +140,7 @@ insmulti%: dropbearmulti $(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) |