Commit 1bac4a2d authored by Sebastian Ramacher's avatar Sebastian Ramacher Committed by Jean-Baptiste Kempf

Fix spelling of "occurred"

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 26c76ba9
......@@ -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.
......
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment