[vlc-devel] [PATCH 9/9] Fix spelling of "occurred"

Sebastian Ramacher sramacher at debian.org
Sat Jan 30 11:54:32 CET 2016


---
 modules/codec/omxil/OMX_Broadcom.h | 2 +-
 modules/misc/securetransport.c     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/codec/omxil/OMX_Broadcom.h b/modules/codec/omxil/OMX_Broadcom.h
index 13657b3..dd25c78 100644
--- a/modules/codec/omxil/OMX_Broadcom.h
+++ b/modules/codec/omxil/OMX_Broadcom.h
@@ -921,7 +921,7 @@ The \code{nByteCount} field is a 64 bit value, that will either use a
 For each port on the clock component, requests for media times may be
 made.  These are typically done one per video frame to allow for
 scheduling the display of that frame at the correct time.  If a
-request is made after the time has occured, then that frame will be
+request is made after the time has occurred, then that frame will be
 displayed late, and the clock component keeps a per-port record of the
 number of times this occurs.  This record can be read using this
 index.
diff --git a/modules/misc/securetransport.c b/modules/misc/securetransport.c
index a313ce2..1929471 100644
--- a/modules/misc/securetransport.c
+++ b/modules/misc/securetransport.c
@@ -413,7 +413,7 @@ static int st_Handshake (vlc_tls_creds_t *crd, vlc_tls_t *session,
             msg_Err(crd, "cipher suite negotiation failed");
             return -1;
         case errSSLFatalAlert:
-            msg_Err(crd, "fatal error occured during handshake");
+            msg_Err(crd, "fatal error occurred during handshake");
             return -1;
 
         default:
-- 
2.7.0



More information about the vlc-devel mailing list