summaryrefslogtreecommitdiff
path: root/libavcodec/ffjni.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/ffjni.c')
-rw-r--r--libavcodec/ffjni.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ffjni.c b/libavcodec/ffjni.c
index 0597400ba6..3f4c380673 100644
--- a/libavcodec/ffjni.c
+++ b/libavcodec/ffjni.c
@@ -224,7 +224,7 @@ int ff_jni_exception_get_summary(JNIEnv *env, jthrowable exception, char **error
} else if (!name && message) {
av_bprintf(&bp, "Exception: %s", message);
} else {
- av_log(log_ctx, AV_LOG_WARNING, "Could not retreive exception name and message\n");
+ av_log(log_ctx, AV_LOG_WARNING, "Could not retrieve exception name and message\n");
av_bprintf(&bp, "Exception occurred");
}