File: spelling-errors.patch

package info (click to toggle)
libpdl-netcdf-perl 4.20-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 572 kB
  • ctags: 8
  • sloc: makefile: 26
file content (26 lines) | stat: -rw-r--r-- 836 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: Fix spelling errors.
 Syncronize -> Synchronize
 varibale   -> variable
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115393

--- a/netcdf.pd
+++ b/netcdf.pd
@@ -321,7 +321,7 @@ None.
 
 =for ref
 
-Syncronize the data to the disk. Use this if you want to read
+Synchronize the data to the disk. Use this if you want to read
 the file from another process without closing the file. This makes only
 sense after put, puttext, putslice, putatt operations
 
@@ -424,7 +424,7 @@ the input name.
   # Get a global attribute
   my $attr2 = $ncobj->getatt ('attr_name');
 
-  # Get an attribute associated with the varibale 'var1'
+  # Get an attribute associated with the variable 'var1'
   my $attr1 = $ncobj->getatt ('double_attribute', 'var1');
 
 =head2 getDeflateShuffle