Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gfiumara committed May 3, 2019
1 parent 2905c7a commit 736d1a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion slapsegiii/validation/validate
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,8 @@ compile()
local msg="The library 'libslapsegiii.so' is in the directory "
msg+="$(rp ${lib_dir}). This script will build its own copy of "
msg+="the library to ensure that modifications have not been "
msg+="made, since doing so may cause during the evaluation."
msg+="made, since doing so may cause issues during the "
msg+="evaluation."
fail "${msg}"
fi

Expand Down

0 comments on commit 736d1a2

Please sign in to comment.