]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/commitdiff
More typos in POD
authorVincent Pit <vince@profvince.com>
Sun, 1 Aug 2010 18:39:20 +0000 (20:39 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 1 Aug 2010 18:39:20 +0000 (20:39 +0200)
lib/LaTeX/TikZ.pm
lib/LaTeX/TikZ/Tools.pm

index eda4ca61e1ec38ead58dfef6a677438657a340dd..02d9b676c1d39341cd364bd90c175ff98b0206a5 100644 (file)
@@ -48,12 +48,12 @@ our $VERSION = '0.01';
 
 =head1 DESCRIPTION
 
-This module provides an object model for TikZ, a graphical tookit for LaTeX.
+This module provides an object model for TikZ, a graphical toolkit for LaTeX.
 It allows you to build structures representing geometrical figures, apply a wide set of modifiers on them, transform them globally with functors, and print them in the context of an existing TeX document.
 
 =head1 CONCEPTS
 
-Traditionnaly, in TikZ, there are two ways of grouping elements, or I<ops>, together :
+Traditionally, in TikZ, there are two ways of grouping elements, or I<ops>, together :
 
 =over 4
 
@@ -169,7 +169,7 @@ Creates a L<LaTeX::TikZ::Set::Polyline> object that links the successive element
 
 =head3 C<< Tikz->closed_polyline(@points) >>
 
-Creates a L<LaTeX::TikZ::Set::Polyline> object that cycles through successive elemnts of C<@points>.
+Creates a L<LaTeX::TikZ::Set::Polyline> object that cycles through successive elements of C<@points>.
 
     my $diamond = Tikz->closed_polyline(
      Tikz->point(0, 1),
index 6daa93d7faf747b1b57f7d83ef4481771be877d0..4475e82e7aae4103c3b3aa1590ee94725fe4df76 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 =head1 NAME
 
-LaTeX::TikZ::Tools - Miscellanous tools for LaTeX::TikZ classes.
+LaTeX::TikZ::Tools - Miscellaneous tools for LaTeX::TikZ classes.
 
 =head1 VERSION