File: pod-spelling.patch

package info (click to toggle)
libcgi-formbuilder-perl 3.09-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,504 kB
  • ctags: 450
  • sloc: perl: 7,224; makefile: 12
file content (16 lines) | stat: -rw-r--r-- 480 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: small typo in FormBuilder.pod
 alot -> a lot
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: no

--- a/lib/CGI/FormBuilder.pod
+++ b/lib/CGI/FormBuilder.pod
@@ -2056,7 +2056,7 @@
         font-style: italic;
     }
 
-Of course, if you're familiar with CSS, you know alot more is possible.
+Of course, if you're familiar with CSS, you know a lot more is possible.
 Also, you can mess with all the id's (if you name your forms) to
 manipulate fields more exactly.