Skip to content

Commit 6bbaf3e

Browse files
g2gpgrange
authored andcommitted
[CORRECT] replace executed by exectuted (#42)
Thank you
1 parent 183799d commit 6bbaf3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ Write your test functions in a file. The name of a test function has to start wi
158158

159159
Use the *bash_unit* assertion functions in your test functions, see below.
160160

161-
You may write a *setup* function that will be exectuted before each test is run.
161+
You may write a *setup* function that will be executed before each test is run.
162162

163-
You may write a *teardown* function that will be exectuted after each test is run.
163+
You may write a *teardown* function that will be executed after each test is run.
164164

165165
You may write a *setup_suite* function that will be executed only once before all the tests of your test file.
166166

docs/man/man1/bash_unit.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ Write your test functions in a file. The name of a test function has to start wi
182182
.sp
183183
Use the \fBbash_unit\fP assertion functions in your test functions, see below.
184184
.sp
185-
You may write a \fBsetup\fP function that will be exectuted before each test is run.
185+
You may write a \fBsetup\fP function that will be executed before each test is run.
186186
.sp
187-
You may write a \fBteardown\fP function that will be exectuted after each test is run.
187+
You may write a \fBteardown\fP function that will be executed after each test is run.
188188
.sp
189189
You may write a \fBsetup_suite\fP function that will be executed only once before all the tests of your test file.
190190
.sp

0 commit comments

Comments
 (0)