Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
votdev committed Sep 25, 2016
1 parent a7590f3 commit 73e75f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ omv_config_add_element() {
xml=$4

# Display a warning that the function is deprecated.
omv_warning "The function 'omv_config_add_element' is deprecated"
omv_warning "The function 'omv_config_add_element' is deprecated."

# If value contains XML data it must be handled different.
if omv_checkyesno ${xml}; then
Expand Down

0 comments on commit 73e75f0

Please sign in to comment.