File: fix-typo

package info (click to toggle)
libtk-fontdialog-perl 0.18-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: perl: 616; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (3)
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: