]> xenbits.xensource.com Git - people/dariof/xen-tools.git/commitdiff
Fix description: temporary files -> dot files
authorAxel Beckert <abe@deuxchevaux.org>
Fri, 23 Jul 2010 12:54:20 +0000 (14:54 +0200)
committerAxel Beckert <abe@deuxchevaux.org>
Fri, 23 Jul 2010 12:54:20 +0000 (14:54 +0200)
t/no-tabs.t
t/perl-syntax.t

index 2037fbc7c4f91310060e5949180909b91d419575..caef009e66bef21b10daabacc622315d1cc1187e 100755 (executable)
@@ -38,7 +38,7 @@ sub checkFile
     # Nor about Makefiles
     return if ( $file =~ /\/Makefile$/ );
 
-    # Nor about temporary files
+    # Nor about dot files
     return if ( $file =~ m{/\.[^/]+$} );
 
     # Nor about files which start with ./debian/
index 0cd9406c2d354f6bac5e667129a221e056aee824..d9908dba9bd3001e35da71003e6333713bf84392 100755 (executable)
@@ -44,7 +44,7 @@ sub checkFile
     # Nor about git files
     return if ( $file =~ /^\.\/\.git\// );
 
-    # Nor about temporary files
+    # Nor about dot files
     return if ( $file =~ m{/\.[^/]+$} );
 
     # `modules.sh` is a false positive.