vlc | branch: master | Sebastian Ramacher <[email protected]> | Sat Jan 30 11:54:32 2016 +0100| [1bac4a2d7742e474a0900438fa8108bbbfb5b608] | committer: Jean-Baptiste Kempf
Fix spelling of "occurred" Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1bac4a2d7742e474a0900438fa8108bbbfb5b608 --- 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: _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
