lang/perl: Fix typos (found by codespell)
authorStefan Weil <redacted>
Sat, 26 Mar 2016 10:47:43 +0000 (11:47 +0100)
committerStefan Weil <redacted>
Sat, 9 Apr 2016 17:47:45 +0000 (19:47 +0200)
Signed-off-by: Stefan Weil <redacted>
lang/perl/files/README.config
lang/perl/files/perlconfig.pl

index 572cf923d162b7a8dd3518eb32d2592c0b007dac..16bf05831f38e9947b3027a7aff19827504daf12 100644 (file)
@@ -26,14 +26,14 @@ owrt:sig_count      64/128              Number of signals the target
                                         provides(NSIG - 1).
 owrt:sigs           *                   Symbolic names of the first 32 signals
                                         this architecture provides, in numeric
-                                        order. Seperated by whitespaces.
+                                        order. Separated by whitespaces.
 owrt:sig_name_extra *                   Symbolic names of any additional signals
                                         this architecture provides after
-                                        owrt:sig_count. Seperated by
+                                        owrt:sig_count. Separated by
                                         whitespaces.
 owrt:sig_num_extra  *                   Numeric values associated with the
                                         signal names provided in
-                                        owrt:sig_name_extra. Seperated by
+                                        owrt:sig_name_extra. Separated by
                                         whitespaces.
 
 Passed via command line
index 17378cd446033088c902f2084cd1e6a5f459f3b2..f169980d3b8a1ca776806bddb90d5277e624c25e 100644 (file)
@@ -62,7 +62,7 @@ flexibility.
 
 A symbol name has to consist entirely of alphanumeric characters as well as
 the underscore(_) character. In addition, symbol names may be prefixed with an
-all-lowercase string, seperated by a colon(:):
+all-lowercase string, separated by a colon(:):
 
   my:name=value
 
@@ -76,7 +76,7 @@ to the final configuration file.
 
 =head3 Symbol definitions
 
-A symbol definition is in the form of a simple name/value pair, seperated by
+A symbol definition is in the form of a simple name/value pair, separated by
 an equals sign(=):
 
   name=value
git clone https://git.99rst.org/PROJECT