From: Don Armstrong Date: Sat, 17 Sep 2022 15:16:40 +0000 (-0700) Subject: refresh spelling errors patch X-Git-Tag: debian/0.34-1~2 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Flibstatistics-r-perl.git;a=commitdiff_plain;h=9604fe63855f1a0b8e2bfab7f59192e2c55d6fc6 refresh spelling errors patch --- diff --git a/debian/patches/pod_spelling_errors b/debian/patches/pod_spelling_errors index fb39618..477feb1 100644 --- a/debian/patches/pod_spelling_errors +++ b/debian/patches/pod_spelling_errors @@ -1,15 +1,13 @@ Fix spelling error in the Statistics::R pod -Index: libstatistics-r-perl/lib/Statistics/R.pm -=================================================================== ---- libstatistics-r-perl.orig/lib/Statistics/R.pm 2011-11-03 17:32:05.000000000 -0700 -+++ libstatistics-r-perl/lib/Statistics/R.pm 2011-11-11 20:02:31.000000000 -0800 -@@ -106,7 +106,7 @@ +--- a/lib/Statistics/R.pm ++++ b/lib/Statistics/R.pm +@@ -90,7 +90,7 @@ my $out = $R->run( q`print( 1 + 2 )` ); --If you intend on runnning many R commands, it may be convenient to pass an array -+If you intend on running many R commands, it may be convenient to pass an array +-If you intend on runnning many R commands, it may be convenient to pass a list ++If you intend on running many R commands, it may be convenient to pass a list of commands or put multiple commands in an here-doc: - # Array of R commands: + # List of R commands: