]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by JoshTriplett: Fix typo.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 29 Apr 2007 21:32:53 +0000 (21:32 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 29 Apr 2007 21:32:53 +0000 (21:32 +0000)
doc/bugs/Use_install__40__1__41___instead_of_cp__40__1__41___for_installing_files.mdwn

index 181e4eb8e4280de16f4407224da46f602a938685..fc0e0a47d9b324c50d29b2bfdcf38002ed811e63 100644 (file)
@@ -1,4 +1,4 @@
-Currently ikiwiki uses cp(1) with GNU extensions in Makefile.PL for installing files, thus causing problems on FreeBSD which doesn't have a cp(1) with GNU extentions in the base system.
+Currently ikiwiki uses cp(1) with GNU extensions in Makefile.PL for installing files, thus causing problems on FreeBSD which doesn't have a cp(1) with GNU extensions in the base system.
 
 Here is a patch againt ikiwiki-1.51 for using find(1) and install(1) instead of cp(1).