]> git.donarmstrong.com Git - deb_pkgs/libstatistics-r-perl.git/blob - debian/patches/pod_spelling_errors
Import Debian changes 0.24-1
[deb_pkgs/libstatistics-r-perl.git] / debian / patches / pod_spelling_errors
1 Fix spelling error in the Statistics::R pod
2
3 Index: libstatistics-r-perl/lib/Statistics/R.pm
4 ===================================================================
5 --- libstatistics-r-perl.orig/lib/Statistics/R.pm       2011-11-03 17:32:05.000000000 -0700
6 +++ libstatistics-r-perl/lib/Statistics/R.pm    2011-11-11 20:02:31.000000000 -0800
7 @@ -106,7 +106,7 @@
8  
9     my $out = $R->run( q`print( 1 + 2 )` );
10  
11 -If you intend on runnning many R commands, it may be convenient to pass an array
12 +If you intend on running many R commands, it may be convenient to pass an array
13  of commands or put multiple commands in an here-doc:
14  
15     # Array of R commands: