Commit 90035252 authored by Jeremy Fleischman's avatar Jeremy Fleischman Committed by neil
Browse files

typo

parent bf233fbd
...@@ -2030,7 +2030,7 @@ install() { ...@@ -2030,7 +2030,7 @@ install() {
_info "Installing to $LE_WORKING_DIR" _info "Installing to $LE_WORKING_DIR"
if ! mkdir -p "$LE_WORKING_DIR" ; then if ! mkdir -p "$LE_WORKING_DIR" ; then
_err "Can not craete working dir: $LE_WORKING_DIR" _err "Can not create working dir: $LE_WORKING_DIR"
return 1 return 1
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment