Subject: | spelling errors in pod |
Hi,
while updating your package in Debian, our qa tools pointed me to two
minor spelling errors:
--- a/lib/Bio/ASN1/EntrezGene.pm
+++ b/lib/Bio/ASN1/EntrezGene.pm
@@ -219,7 +219,7 @@
Function: Takes in name of a file containing Entrez Gene records.
opens the file and stores file handle
Returns: none.
- Notes: Attemps to open file larger than 2 GB even on Perl that
+ Notes: Attempts to open file larger than 2 GB even on Perl that
does not support 2 GB file (accomplished by calling
"cat" and piping output. On OS that does not have "cat"
error message will be displayed)
--- a/lib/Bio/ASN1/Sequence.pm
+++ b/lib/Bio/ASN1/Sequence.pm
@@ -205,7 +205,7 @@
Function: Takes in name of a file containing Sequence records.
opens the file and stores file handle
Returns: none.
- Notes: Attemps to open file larger than 2 GB even on Perl that
+ Notes: Attempts to open file larger than 2 GB even on Perl that
does not support 2 GB file (accomplished by calling
"cat" and piping output. On OS that does not have "cat"
error message will be displayed)
Florian