Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix spelling errors.
  • Loading branch information
Bas Couwenberg authored and d-lamb committed Dec 5, 2016
1 parent 62d6833 commit b6abd2a
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Basic/AutoLoader.pm
Expand Up @@ -29,7 +29,7 @@ B<Note>: This variable is unrelated to Perl's C<PERL5LIB>.
If you add a leading '+' on a directory name, PDL will search the
entire directory tree below that point. Internally, PDL stores the
dirctory list in the variable C<@PDLLIB>, which can be modified at
directory list in the variable C<@PDLLIB>, which can be modified at
run time.
For example, in csh:
Expand Down
2 changes: 1 addition & 1 deletion Basic/Complex/complex.pd
Expand Up @@ -59,7 +59,7 @@ not the "highest" (for some definition)
C<i> is a constant exported by this module, which represents
C<-1**0.5>, i.e. the imaginary unit. it can be used to quickly and
conviniently write complex constants like this: C<4+3*i>.
conveniently write complex constants like this: C<4+3*i>.
=item *
Expand Down
2 changes: 1 addition & 1 deletion Basic/Core/Core.pm
Expand Up @@ -638,7 +638,7 @@ latter will just 'fall through' if the argument is
already a piddle. It will return a reference and I<NOT>
a new copy.
This is particulary useful if you are writing a function
This is particularly useful if you are writing a function
which is doing some fiddling with internals and assumes
a piddle argument (e.g. for method calls). Using C<topdl()>
will ensure nothing breaks if passed with '2'.
Expand Down
2 changes: 1 addition & 1 deletion Basic/Pod/Modules.pod
Expand Up @@ -7,7 +7,7 @@ PDL::Modules - A guide to PDL's module reference.

This page serves as a table of contents for PDL's module documentation.
This page does not list every single PDL module. It only shows the ones
intended for PDL users, while ommitting those which are deemed "for
intended for PDL users, while omitting those which are deemed "for
internal use only". If you wish to see a comprehensive list of all
documentation, please see the L<PDL::Index|PDL::Index> page.

Expand Down
2 changes: 1 addition & 1 deletion Graphics/PGPLOT/Window/Window.pm
Expand Up @@ -1296,7 +1296,7 @@ in the FITS header of the image.
$win->fits_cont( image, [$contours, $transform, $misval], [$opt] )
Does the same thing for the L<cont|/cont> routine that
L<fits_imag|/fits_imag> does for the L<imag|/imag> routins.
L<fits_imag|/fits_imag> does for the L<imag|/imag> routines.
=head2 draw_wedge
Expand Down
2 changes: 1 addition & 1 deletion Graphics/TriD/TriD/Contours.pm
Expand Up @@ -182,7 +182,7 @@ Add labels to a contour plot
$contour->addlabels($labelint,$segint,$font);
$labelint is the integer interval between labeled contours. If you
have 8 countour levels and specify $labelint=3 addlabels will attempt
have 8 contour levels and specify $labelint=3 addlabels will attempt
to label the 1st, 4th, and 7th contours. $labelint defaults to 1.
$segint specifies the density of labels on a single contour
Expand Down
6 changes: 3 additions & 3 deletions IO/Misc/misc.pd
Expand Up @@ -237,7 +237,7 @@ arrays (also see L</rgrep>).
For each column number specified, a 1D output PDL will be
generated. Anonymous arrays of column numbers generate
2D output piddles with dim0 for the column data and dim1
equal to the number of colums in the anonymous array(s).
equal to the number of columns in the anonymous array(s).
An empty anonymous array as column specification will
produce a single output data piddle with dim(1) equal
Expand Down Expand Up @@ -281,7 +281,7 @@ Options (case insensitive):
to be read in. Any missing columns use the DEFTYPE value (default B<[]>).
COLSEP
- splits on this string/pattern/qr{} between colums of data. Defaults to
- splits on this string/pattern/qr{} between columns of data. Defaults to
$PDL::IO::Misc::defcolsep.
PERLCOLS
Expand Down Expand Up @@ -791,7 +791,7 @@ Can take file name or *HANDLE, and if no file/filehandle is given defaults to ST
HEADER - prints this string before the data. If the string
is not terminated by a newline, one is added. (default B<''>).
COLSEP - prints this string between colums of data. Defaults to
COLSEP - prints this string between columns of data. Defaults to
$PDL::IO::Misc::defcolsep.
FORMAT - A printf-style format string that is cycled through
Expand Down
6 changes: 3 additions & 3 deletions Lib/GSL/RNG/gsl_random.pd
Expand Up @@ -35,7 +35,7 @@ in the GNU Scientific Library.
The new method initializes a new instance of the RNG.
The avaible RNGs are:
The available RNGs are:
coveyou cmrg fishman18 fishman20 fishman2x gfsr4 knuthran
knuthran2 knuthran2002 lecuyer21 minstd mrg mt19937 mt19937_1999
Expand Down Expand Up @@ -145,7 +145,7 @@ Example:
This function creates a piddle with given dimensions or accept an
existing piddle and fills it. get() returns integer values
beetween a minimum and a maximum specific to evry RNG.
between a minimum and a maximum specific to every RNG.
Usage:
Expand All @@ -167,7 +167,7 @@ Example:
This function creates a piddle with given dimensions or accept an
existing piddle and fills it. get_int() returns integer values
beetween 0 and $max.
between 0 and $max.
Usage:
Expand Down

0 comments on commit b6abd2a

Please sign in to comment.