[rex] 06/08: d/patches/spelling.patch: Correct typos

Alex Mestiashvili malex-guest at moszumanska.debian.org
Wed Mar 9 11:56:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

malex-guest pushed a commit to branch master
in repository rex.

commit 164fb120e531a8f77b392b02a627e4e6061b84a4
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Wed Mar 9 11:50:18 2016 +0100

    d/patches/spelling.patch: Correct typos
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 65 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..ceb29e4
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,65 @@
+Subject: Correct typos detected by lintian
+From: Alex Mestiashvili <mailatgoogl at gmail.com>
+Forwarded: Yes
+--- rex.orig/lib/Rex/Commands/Pkg.pm
++++ rex/lib/Rex/Commands/Pkg.pm
+@@ -569,7 +569,7 @@
+   my @old_installed = $pkg->get_installed;
+ 
+   eval { $pkg->update_system; };
+-  Rex::Logger::info( "An error occured for update_system: $@", "warn" ) if $@;
++  Rex::Logger::info( "An error occurred for update_system: $@", "warn" ) if $@;
+ 
+   my @new_installed = $pkg->get_installed;
+ 
+--- rex.orig/lib/Rex/Commands/File.pm
++++ rex/lib/Rex/Commands/File.pm
+@@ -725,7 +725,7 @@
+  
+  # catch an error
+  if($@) {
+-   print "An error occured. $@.\n";
++   print "An error occurred. $@.\n";
+  }
+  
+  # work with the filehandle
+@@ -782,7 +782,7 @@
+  
+  # catch an error
+  if($@) {
+-   print "An error occured. $@.\n";
++   print "An error occurred. $@.\n";
+  }
+  
+  # work with the filehandle
+--- rex.orig/lib/Rex/Commands/Partition.pm
++++ rex/lib/Rex/Commands/Partition.pm
+@@ -148,7 +148,7 @@
+ 
+ =item vg
+ 
+-Creates an LVM PV, then creates the specifed LVM VG (or extends it, if the VG already exists). Needs C<ondisk>.
++Creates an LVM PV, then creates the specified LVM VG (or extends it, if the VG already exists). Needs C<ondisk>.
+ 
+ =back
+ 
+--- rex.orig/lib/Rex/Commands/Virtualization.pm
++++ rex/lib/Rex/Commands/Virtualization.pm
+@@ -88,7 +88,7 @@
+ 
+ =head2 Creating a Virtual Machine
+ 
+-Create a (VirtualBox) VM named "vm01" with 512 MB ram and 1 cpu. One harddrive, 10 GB in size beeing a file on disk.
++Create a (VirtualBox) VM named "vm01" with 512 MB ram and 1 cpu. One harddrive, 10 GB in size being a file on disk.
+ With a cdrom as an iso image and a natted network. The bootorder is set to "dvd".
+ 
+  vm create => "vm01",
+@@ -107,7 +107,7 @@
+     boot => "dvd";
+ 
+ 
+-Create a (KVM) VM named "vm01" with 512 MB ram and 1 cpu. One harddrive, 10 GB in size beeing a file on disk.
++Create a (KVM) VM named "vm01" with 512 MB ram and 1 cpu. One harddrive, 10 GB in size being a file on disk.
+ With a cdrom as an iso image and a bridged network on the bridge virbr0. The Bootorder is set to "cdrom".
+ 
+  vm create => "vm01",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/rex.git



More information about the Pkg-perl-cvs-commits mailing list