Browse code

Minor corrections in one man page

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/msa@114019 bc3139a8-67e5-0310-9ffc-ced21a209358

Ulrich Bodenhofer authored on 25/02/2016 16:49:06
Showing 1 changed files

... ...
@@ -23,13 +23,13 @@
23 23
     \code{"align"} as defined in the \pkg{bios2mds} package.}
24 24
   }
25 25
 \details{
26
-  The function returns converts \code{x} to the class of object
26
+  The function converts \code{x} to the class of object
27 27
   as specified by the \code{type} argument. Note that this conversion
28 28
   happens independently of the packages \pkg{seqinr} and
29 29
   \pkg{bios2mds}. More specifically, lists with the respective
30 30
   class attributes are returned without actually loading any of
31 31
   the two packages. They need not even be installed. This approach
32
-  has been chosed to avoid abundant dependencies and possible
32
+  has been chosen to avoid abundant dependencies and possible
33 33
   incompatibilities. That is also why the standard S3/S4
34 34
   mechanism of \code{as}/\code{as.class} functions is not
35 35
   used.