]> git.donarmstrong.com Git - deb_pkgs/libstatistics-r-perl.git/commitdiff
refresh spelling errors patch
authorDon Armstrong <don@donarmstrong.com>
Sat, 17 Sep 2022 15:16:40 +0000 (08:16 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 17 Sep 2022 15:16:40 +0000 (08:16 -0700)
debian/patches/pod_spelling_errors

index fb39618be6e61ef1c62bbede49c609facb297b20..477feb1b2ac8a1ae4747e99590bcaeab70f1b4be 100644 (file)
@@ -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: