]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] typofix: in comments in 'lib/am/distdir.mk'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 12 Aug 2012 13:14:06 +0000 (15:14 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 12 Aug 2012 13:58:53 +0000 (15:58 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/distdir.mk

index 05526c35625196391c498d181b20998a6e0dfa12..c0f351c179ea5443773c8c572db074032c7f164b 100644 (file)
@@ -77,7 +77,7 @@ am.dist.parent-dirs = \
     $(filter-out ., $(patsubst ./%,%,$(dir $(am.dist.files-cooked)))))))
 
 # These two variables are used in the 'distdir' rule below to avoid
-# potetial problems with overly long command lines (the infamous
+# potential problems with overly long command lines (the infamous
 # "Argument list too long" error).
 am.dist.xmkdir = \
   @$(MKDIR_P) $(patsubst %,"$(distdir)"/%,$1)$(am.chars.newline)
@@ -96,7 +96,7 @@ endif
 # rules (this is also documented in the Automake manual).
 top_distdir = $(distdir)
 
-# A failed "make distcheck" might leace some parts of the $(distdir)
+# A failed "make distcheck" might leave some parts of the $(distdir)
 # readonly, so we need these hoops to ensure it is removed correctly.
 # On MSYS (1.0.17, at least) it is not possible to remove a directory
 # that is in use; so, if the first rm fails, we sleep some seconds and