From 457fa98527ed7bc87517d8d0027a0299d80401cf Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 3 Mar 2024 18:30:21 +0000 Subject: [PATCH] dotfiles.t: improve comment descriptions --- t/dotfiles.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/dotfiles.t b/t/dotfiles.t index a4a45c8..9659dd7 100755 --- a/t/dotfiles.t +++ b/t/dotfiles.t @@ -35,7 +35,7 @@ cd("$TEST_DIR/target"); my $stow; # -# process a dotfile marked with 'dot' prefix +# stow a dotfile marked with 'dot' prefix # $stow = new_Stow(dir => '../stow', dotfiles => 1); @@ -70,7 +70,7 @@ is( # -# process folder marked with 'dot' prefix +# stow folder marked with 'dot' prefix # $stow = new_Stow(dir => '../stow', dotfiles => 1); @@ -87,7 +87,7 @@ is( ); # -# corner case: paths that have a part in them that's just "$DOT_PREFIX" or +# corner case: paths with a part in them that's just "$DOT_PREFIX" or # "$DOT_PREFIX." should not have that part expanded. #