summaryrefslogtreecommitdiffstats
path: root/lib/control.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-02 22:09:15 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-02 22:09:15 (EDT)
commit1bdc9db024cf7e83d56759f85180619ecdf0c2f1 (patch)
tree336e6fdda1dce173e1d9e15c9af744a39f0f7b5b /lib/control.sh
parent8723b91435c7a7b9804ee119514e1ec3ffee920a (diff)
Fix uses of an old function name.
Diffstat (limited to 'lib/control.sh')
-rw-r--r--lib/control.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/control.sh b/lib/control.sh
index bf0df38..7cc5892 100644
--- a/lib/control.sh
+++ b/lib/control.sh
@@ -136,7 +136,7 @@ _ob_parse_control_error()
_obpcoe_orig_text_domain="$(ob_get_text_domain)"
ob_set_text_domain "${_OB_INTERNAL_TEXT_DOMAIN}"
- oh_warn "${_obpcoe_file_info} $(ob_get_msg "${_obpcoe_msg_id}")" "${@}"
+ ob_warn "${_obpcoe_file_info} $(ob_get_msg "${_obpcoe_msg_id}")" "${@}"
ob_set_text_domain "${_obpcoe_orig_text_domain}"