File: spelling-error

package info (click to toggle)
libai-fann-perl 0.10-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 356 kB
  • sloc: perl: 346; ansic: 121; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: spelling error fix for AI::FANN man page
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=78394
Author: Yannick Mahlich <mahlich@in.tum.de>

--- a/lib/AI/FANN.pm
+++ b/lib/AI/FANN.pm
@@ -166,7 +166,7 @@
 
 =item *
 
-Any error reported from the C side is automaticaly converter to a Perl
+Any error reported from the C side is automatically converter to a Perl
 exception. No manual error checking is required after calling FANN
 functions.