File: 01-fix-spelling-error.diff

package info (click to toggle)
libobject-event-perl 1.230-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 240 kB
  • ctags: 62
  • sloc: perl: 1,099; makefile: 8
file content (17 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fixing man page
Author: Fabrizio Regalli <fabreg@fabreg.it>
Last-Update: 2011-08-04
Forwarded: not-needed


--- a/lib/Object/Event.pm
+++ b/lib/Object/Event.pm
@@ -56,7 +56,7 @@
 string) and call them later by invoking the C<event> method with the event name
 and some arguments. 
 
-There is even a syntactic sugar which allows to call methods on the instances
+There is even a syntactic sugar which allows one to call methods on the instances
 of L<Object::Event>-derived classes, to invoke events.  For this feature see
 the L<EVENT METHODS> section of this document.