]> git.donarmstrong.com Git - deb_pkgs/libstatistics-r-perl.git/blob - debian/patches/pod_spelling_errors
refresh spelling errors patch
[deb_pkgs/libstatistics-r-perl.git] / debian / patches / pod_spelling_errors
1 Fix spelling error in the Statistics::R pod
2
3 --- a/lib/Statistics/R.pm
4 +++ b/lib/Statistics/R.pm
5 @@ -90,7 +90,7 @@
6  
7     my $out = $R->run( q`print( 1 + 2 )` );
8  
9 -If you intend on runnning many R commands, it may be convenient to pass a list
10 +If you intend on running many R commands, it may be convenient to pass a list
11  of commands or put multiple commands in an here-doc:
12  
13     # List of R commands: