Skip to content

Commit

Permalink
fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoa committed Jul 8, 2018
1 parent e639e54 commit a37db9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/Bio/ASN1/EntrezGene.pm
Expand Up @@ -237,7 +237,7 @@ sub input_file
please see comment for the trimdata method. An option
of 2 is recommended and default
The acceptable values for $trimopt include:
1 - trim as much as possibile
1 - trim as much as possible
2 (or 0, undef) - trim to an easy-to-use structure
3 - no trimming (in version 1.06, prior to version
1.06, 0 or undef means no trimming)
Expand Down Expand Up @@ -424,7 +424,7 @@ sub _parse
Notes: This function is useful to compact a data structure produced by
Bio::ASN1::EntrezGene::parse.
The acceptable values for $trimopt include:
1 - trim as much as possibile
1 - trim as much as possible
2 (or 0, undef) - trim to an easy-to-use structure
3 - no trimming (in version 1.06, prior to version
1.06, 0 or undef means no trimming)
Expand Down
4 changes: 2 additions & 2 deletions lib/Bio/ASN1/Sequence.pm
Expand Up @@ -223,7 +223,7 @@ sub input_file
please see comment for the trimdata method. An option
of 2 is recommended and default
The acceptable values for $trimopt include:
1 - trim as much as possibile
1 - trim as much as possible
2 (or 0, undef) - trim to an easy-to-use structure
3 - no trimming (in version 1.06, prior to version
1.06, 0 or undef means no trimming)
Expand Down Expand Up @@ -417,7 +417,7 @@ sub _parse
Notes: This function is useful to compact a data structure produced by
Bio::ASN1::Sequence::parse.
The acceptable values for $trimopt include:
1 - trim as much as possibile
1 - trim as much as possible
2 (or 0, undef) - trim to an easy-to-use structure
3 - no trimming (in version 1.06, prior to version
1.06, 0 or undef means no trimming)
Expand Down

0 comments on commit a37db9c

Please sign in to comment.