diff --git a/sys/src/9/port/devtls.c b/sys/src/9/port/devtls.c index 3e98eaf02..c211695d4 100644 --- a/sys/src/9/port/devtls.c +++ b/sys/src/9/port/devtls.c @@ -848,7 +848,7 @@ if(tr->debug) pdump(unpad_len, p, "decrypted:"); rcvError(tr, EIllegalParameter, "invalid alert fatal code"); /* - * propate non-fatal alerts to handshaker + * propagate non-fatal alerts to handshaker */ if(p[1] == ECloseNotify) { tlsclosed(tr, SRClose);