summaryrefslogtreecommitdiff
path: root/lib/dpkg/t/t-treewalk.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dpkg/t/t-treewalk.t')
-rwxr-xr-xlib/dpkg/t/t-treewalk.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dpkg/t/t-treewalk.t b/lib/dpkg/t/t-treewalk.t
index 253868101..dcde7901e 100755
--- a/lib/dpkg/t/t-treewalk.t
+++ b/lib/dpkg/t/t-treewalk.t
@@ -42,7 +42,7 @@ sub make_file {
close $fh;
}
-# Popullate the tree hierarchy.
+# Populate the tree hierarchy.
sub make_tree {
my ($dirtree) = @_;
my $cwd = cwd();
@@ -66,7 +66,7 @@ sub make_tree {
make_file('bbbb/wwwwz');
make_file('bbbb/zzzzz');
- # Popullated tree.
+ # Populated tree.
make_path('cccc/aa/aa/aa/');
make_path('cccc/aa/aa/bb/aa/');
make_file('cccc/aa/aa/bb/aa/file-a');