From 4525b9447ddef5f5234870df4f90754b368fac02 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Mon, 1 Apr 2024 21:23:35 +0100 Subject: [PATCH] unstow_contents: remove reference to "source" The use of the word "source" is confusing in the context of Stow for reasons explained in the manual. --- lib/Stow.pm.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Stow.pm.in b/lib/Stow.pm.in index 5de078c..45fad24 100755 --- a/lib/Stow.pm.in +++ b/lib/Stow.pm.in @@ -701,7 +701,7 @@ Relative path to symlink target from the current directory. =back C and C are mutually recursive. -Here we traverse the source tree, rather than the target tree. +Here we traverse the package tree, rather than the target tree. =cut