summaryrefslogtreecommitdiff
path: root/libavdevice/avfoundation.m
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-03-30 21:41:17 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-03-30 21:41:17 +0200
commit63167a6ba3433b7edffe9bf7236a4f4a8f8dba9f (patch)
tree1c2637b536a6605cfdf66ac4f04e227761a2a904 /libavdevice/avfoundation.m
parent794e9fb5a649b4489e7369eb846049d4a03f3ff9 (diff)
avdevice/avfoundation: Fix occured typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/avfoundation.m')
-rw-r--r--libavdevice/avfoundation.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/avfoundation.m b/libavdevice/avfoundation.m
index 5140ecbc0e..763e675766 100644
--- a/libavdevice/avfoundation.m
+++ b/libavdevice/avfoundation.m
@@ -408,7 +408,7 @@ static int add_video_device(AVFormatContext *s, AVCaptureDevice *video_device)
}
} @catch (NSException *exception) {
if (![[exception name] isEqualToString:NSUndefinedKeyException]) {
- av_log (s, AV_LOG_ERROR, "An error occured: %s", [exception.reason UTF8String]);
+ av_log (s, AV_LOG_ERROR, "An error occurred: %s", [exception.reason UTF8String]);
return AVERROR_EXTERNAL;
}
}