From 81750957178c309814560f031e4765b03edaa33d Mon Sep 17 00:00:00 2001 From: david Date: Mon, 28 May 2012 17:08:17 +0000 Subject: [PATCH] Typo. --- nse_nsock.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nse_nsock.cc b/nse_nsock.cc index 0f5d0ea9a..3bb118d90 100644 --- a/nse_nsock.cc +++ b/nse_nsock.cc @@ -362,7 +362,7 @@ static nse_nsock_udata *check_nsock_udata (lua_State *L, int idx, int open) if (open && nu->nsiod == NULL) { /* The socket hasn't been connected or setup yet. Try doing a setup, or - throw and error if that's not possible. */ + throw an error if that's not possible. */ if (nu->proto == IPPROTO_UDP) { nsock_pool nsp;