File: spelling.patch

package info (click to toggle)
libtest2-workflow-perl 0.000017-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 344 kB
  • ctags: 55
  • sloc: perl: 983; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 966 bytes parent folder | download
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
27
Description: spelling fixes
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-10-30
Forwarded: https://github.com/Test-More/Test2-Workflow/issues/8
Bug: https://github.com/Test-More/Test2-Workflow/issues/8

--- a/lib/Test2/Workflow.pm
+++ b/lib/Test2/Workflow.pm
@@ -139,7 +139,7 @@
 A test workflow is a way of structuring tests using composable units. A well
 known example of a test workflow is L<RSPEC|http://rspec.info/>. RSPEC is
 implemented using Test2::Workflow in L<Test2::Tools::Spec> along with several
-extentions.
+extensions.
 
 =head1 IMPORTANT CONCEPTS
 
@@ -215,7 +215,7 @@
 
 This will initialize (or return the existing) a build for the specified
 package. C<%args> get passed into the L<Test2::Workflow::Build> constructor.
-This uses the following defaults (which can be overriden using C<%args>):
+This uses the following defaults (which can be overridden using C<%args>):
 
     name    => $pkg,
     flat    => 1,