~ubuntu-branches/ubuntu/saucy/libstatistics-test-randomwalk-perl/saucy

« back to all changes in this revision

Viewing changes to debian/patches/fix-pod-spelling.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Yu, Jonathan Yu, Nathan Handler, Salvatore Bonaccorso, Ryan Niebur
  • Date: 2011-01-01 11:15:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110101111545-1xk72oojwlv4v3g1
Tags: 0.02-1
[ Jonathan Yu ]
* New upstream release
* Use new short debhelper rules format
* Standards-Version 3.9.1 (no changes)
* Refresh copyright information
* Use new 3.0 (quilt) source format

[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

[ Salvatore Bonaccorso ]
* debian/control: Changed: Replace versioned (build-)dependency on
  perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
  permitted by Debian Policy 3.8.3).

[ Ryan Niebur ]
* Update jawnsy's email address

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: fix POD spelling
 
2
Author: Jonathan Yu <jawnsy@cpan.org>
 
3
Origin: vendor
 
4
Forwarded: no
 
5
--- a/lib/Statistics/Test/RandomWalk.pm
 
6
+++ b/lib/Statistics/Test/RandomWalk.pm
 
7
@@ -72,7 +72,7 @@
 
8
 called C<n>-times and its return values are used as
 
9
 random numbers.
 
10
 
 
11
-The code reference semantics are particularily useful if
 
12
+The code reference semantics are particularly useful if
 
13
 you do not want to store all random numbers in memory at
 
14
 the same time. You can write a subroutine that, for example,
 
15
 generates and returns batches of 100 random numbers so no