ref: 694597de3b77db6d2973fe0e40a19a490a4fa7db
parent: 7f295c205577f604c8c078fd3f5626330e774ec9
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Sep 15 04:19:51 EDT 2014
devtls: fix typo in debug print
--- a/sys/src/9/port/devtls.c
+++ b/sys/src/9/port/devtls.c
@@ -1824,7 +1824,7 @@
{
int s;
-if(tr->debug)pprint("tleError %s\n", msg);
+if(tr->debug)pprint("tlsError %s\n", msg);
lock(&tr->statelk);
s = tr->state;
tr->state = SError;