Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pcahyna committed Jun 4, 2021
1 parent a6613e5 commit f99851d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/rear/output/default/200_make_prefix_dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ test "$opath" || return 0
# Create $OUTPUT_PREFIX sub-directory:
mkdir -p $v -m0750 "$opath" && return

# A failure to cerate the $OUTPUT_PREFIX sub-directory is fatal:
# A failure to create the $OUTPUT_PREFIX sub-directory is fatal:
Error "Failed to create '$opath' directory for $url=${!url}"

0 comments on commit f99851d

Please sign in to comment.