File: spelling.patch

package info (click to toggle)
libchemistry-elements-perl 1.071-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 292 kB
  • ctags: 44
  • sloc: perl: 700; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Fix a spelling mistake in the POD.
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2017-01-13
Forwarded: https://github.com/briandfoy/chemistry-elements/pull/3
Bug: https://github.com/briandfoy/chemistry-elements/pull/3

--- a/lib/Chemistry/Elements.pm
+++ b/lib/Chemistry/Elements.pm
@@ -673,7 +673,7 @@
 
 	$element->molar_mass($MM); #add molar mass datum in $MM to object
 
-Similiarly, you can retrieve previously set values by not specifying
+Similarly, you can retrieve previously set values by not specifying
 an argument to your pretend method:
 
 	$datum = $element->molar_mass();