From 9604fe63855f1a0b8e2bfab7f59192e2c55d6fc6 Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Sat, 17 Sep 2022 08:16:40 -0700
Subject: [PATCH] refresh spelling errors patch

---
 debian/patches/pod_spelling_errors | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

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:
-- 
2.39.5