1 2 3 4 5 6 7 8 9 10 11 12 13
|
Description: Fix typo
Forwarded: https://github.com/eserte/tk-fontdialog/pull/3
--- a/lib/Tk/FontDialog.pm
+++ b/lib/Tk/FontDialog.pm
@@ -763,7 +763,7 @@
=item B<RefontTree>(-font => I<$font>)
-Additionaly, the convenience method B<RefontTree> is defined in the
+Additionally, the convenience method B<RefontTree> is defined in the
L<Tk::Widget> namespace. Using this method a font definition could be
applied to a complete subtree of a widget. This is similar to the
method B<RecolorTree>. Calling B<RefontTree> looks like this:
|