summaryrefslogtreecommitdiffstats
path: root/lib
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
parent8723b91435c7a7b9804ee119514e1ec3ffee920a (diff)
Fix uses of an old function name.
Diffstat (limited to 'lib')
-rw-r--r--lib/changelog.sh2
-rw-r--r--lib/control.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/changelog.sh b/lib/changelog.sh
index 732d7d2..f647a95 100644
--- a/lib/changelog.sh
+++ b/lib/changelog.sh
@@ -180,7 +180,7 @@ _ob_parse_changelog_error()
_obpche_orig_text_domain="$(ob_get_text_domain)"
ob_set_text_domain "${_OB_INTERNAL_TEXT_DOMAIN}"
- oh_warn "${_obpche_file_info} $(ob_get_msg "${_obpche_msg_id}")" "${@}"
+ ob_warn "${_obpche_file_info} $(ob_get_msg "${_obpche_msg_id}")" "${@}"
ob_set_text_domain "${_obpche_orig_text_domain}"
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}"