Skip to content

Commit 32e849a

Browse files
committed
spelling: separate
Signed-off-by: Josh Soref <[email protected]>
1 parent a12f6ef commit 32e849a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/azure/azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Copy these contents into the root directory of your GitHub project in a file
99
# named azure-pipelines.yml
1010
#
11-
# For better organization, you split various jobs into seprate parts
11+
# For better organization, you split various jobs into separate parts
1212
# and each of them are controlled via individual file.
1313
jobs:
1414
- template: azure-linux-template.yml

src/test/Stack/Ghci/ScriptSpec.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec = do
2323
describe "Script DSL" $ do
2424

2525
describe "script" $ do
26-
it "should seperate commands with a newline" $ do
26+
it "should separate commands with a newline" $ do
2727
let dir = $(mkAbsDir $ defaultDrive FP.</> "src" FP.</> "package-a")
2828
script = cmdCdGhc dir
2929
<> cmdAdd [Left (fromString "Lib.A")]

0 commit comments

Comments
 (0)