[med-svn] [libace-perl] 02/03: Fix some more spelling issues

Andreas Tille tille at debian.org
Mon Nov 20 22:12:40 UTC 2017


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

tille pushed a commit to branch master
in repository libace-perl.

commit 05dd04242c8b44a0873d2465a974dbc22eac9f08
Author: Andreas Tille <tille at debian.org>
Date:   Mon Nov 20 23:09:40 2017 +0100

    Fix some more spelling issues
---
 debian/changelog              |  1 +
 debian/patches/spelling.patch | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b1f0b4c..f41f7d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libace-perl (1.92-5) UNRELEASED; urgency=medium
   * cme fix dpkg-copyright
   * Secure URI in watch file
   * hardening=+all
+  * Fix some more spelling issues
 
  -- Andreas Tille <tille at debian.org>  Mon, 20 Nov 2017 22:56:39 +0100
 
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 76050fb..d64b1eb 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -26,6 +26,15 @@ Last-Update: Mon, 01 Feb 2016 16:31:29 +0100
               on, undef if none.
 --- a/Ace/Object.pm
 +++ b/Ace/Object.pm
+@@ -847,7 +847,7 @@ number.  For example:
+ Return the class of the object.  The return value may be one of
+ "float," "int," "date," "tag," "txt," "dna," "peptide," and "scalar."
+ (The last is used internally by Perl to represent objects created
+-programatically prior to committing them to the database.)  The class
++programmatically prior to committing them to the database.)  The class
+ may also be a user-constructed type such as Sequence, Clone or
+ Author.  These user-constructed types usually have an initial capital
+ letter.
 @@ -1227,7 +1227,7 @@ Alternatively, you may provide the name
  case just the named portion of the subtree in the followed objects
  will be filled (v.g.)
@@ -35,6 +44,15 @@ Last-Update: Mon, 01 Feb 2016 16:31:29 +0100
  arguments, it will act like fetch().
  
  =head2 pick() method
+@@ -1592,7 +1592,7 @@ the state it was in prior to the last co
+ rollback() works by deleting the object from Perl memory and fetching
+ the object anew from AceDB.  If someone has changed the object in the
+ database while you were working with it, you will see this version,
+-ot the one you originally fetched.
++or the one you originally fetched.
+ 
+ If you are creating an entirely new object, you I<must> add at least
+ one tag in order to enter the object into the database.
 --- a/Ace/Sequence/Feature.pm
 +++ b/Ace/Sequence/Feature.pm
 @@ -150,7 +150,7 @@ sub tag2ace {
@@ -57,3 +75,14 @@ Last-Update: Mon, 01 Feb 2016 16:31:29 +0100
  B<-abs>.  
  
  Ordinarily the coordinate system manipulations automatically "do what
+--- a/Ace.pm
++++ b/Ace.pm
+@@ -1257,7 +1257,7 @@ Ace->error();
+   $object = $db->parse('data to parse');
+ 
+ This will parse the Ace tags contained within the "data to parse"
+-string, convert it into an object in the databse, and return the
++string, convert it into an object in the database, and return the
+ resulting Ace::Object.  In case of a parse error, the undefined value
+ will be returned and a (hopefully informative) description of the
+ error will be returned by Ace->error().

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libace-perl.git



More information about the debian-med-commit mailing list