File: pod_spelling_errors

package info (click to toggle)
libstatistics-r-perl 0.24-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 252 kB
  • ctags: 163
  • sloc: perl: 1,895; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 @@
 
    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
 of commands or put multiple commands in an here-doc:
 
    # Array of R commands: