X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fpatches%2Fpod_spelling_errors;h=477feb1b2ac8a1ae4747e99590bcaeab70f1b4be;hb=9604fe63855f1a0b8e2bfab7f59192e2c55d6fc6;hp=fb39618be6e61ef1c62bbede49c609facb297b20;hpb=fa10a99d2ad39462eb09409a2306186e0b2b9b2e;p=deb_pkgs%2Flibstatistics-r-perl.git 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: