Skip to content

Commit 8c452a9

Browse files
authored
Merge pull request #77 from ChevronETC/spelling
fix spelling mistake
2 parents e239896 + 37f6eab commit 8c452a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AzStorage.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ io = open(AzContainer("mycontainer"; storageaccount="myaccount"), "foo.bin")
7777
write(io, rand(10))
7878
```
7979
"""
80-
function Base.open(container::AzContainer, name, fails_without_continer=true)
80+
function Base.open(container::AzContainer, name, fails_without_container=true)
8181
try
8282
mkpath(container)
8383
catch e
84-
if fails_without_continer
84+
if fails_without_container
8585
throw(e)
8686
end
8787
end

0 commit comments

Comments
 (0)