From 4c23e24d403824c7b35aa953e70ae50b465faede Mon Sep 17 00:00:00 2001 From: jonasbn Date: Thu, 28 Sep 2023 13:16:35 +0200 Subject: [PATCH] Corrected two minor spelling mistakes --- perlbrew | 2 +- script/perlbrew | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/perlbrew b/perlbrew index 299b5308..8633d983 100755 --- a/perlbrew +++ b/perlbrew @@ -10840,7 +10840,7 @@ This command re-installs all CPAN modules found from one installation to another perlbrew clone-modules 5.26.1 5.27.7 -The argument "source" is optional and defaults to the currently activated one. However if none is activated (perlbrew is switched off), it it an error. +The argument "source" is optional and defaults to the currently activated one. However if none is activated (perlbrew is switched off), it is an error. Note that this does not guarantee that the versions of modules stay the same in the destination. diff --git a/script/perlbrew b/script/perlbrew index c21741d9..23eab88e 100755 --- a/script/perlbrew +++ b/script/perlbrew @@ -647,7 +647,7 @@ This command re-installs all CPAN modules found from one installation to another perlbrew clone-modules 5.26.1 5.27.7 -The argument "source" is optional and defaults to the currently activated one. However if none is activated (perlbrew is switched off), it it an error. +The argument "source" is optional and defaults to the currently activated one. However if none is activated (perlbrew is switched off), it is an error. Note that this does not guarantee that the versions of modules stay the same in the destination.