From a19ca067fe0c9f1efa2f893bda0890e1b312d240 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Thu, 29 Mar 2012 02:30:43 +0200 Subject: [PATCH] fix spelling mistake s/negotation/negotiation/ --- capi20.old/convert.c | 2 +- capi20/convert.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/capi20.old/convert.c b/capi20.old/convert.c index 2cf466f7..e22c665d 100644 --- a/capi20.old/convert.c +++ b/capi20.old/convert.c @@ -281,7 +281,7 @@ char *capi_info2str(_cword reason) case 0x3500: return "Normal end of connection"; case 0x3501: return "Carrier lost"; - case 0x3502: return "Error in negotation, i.e. no modem with error correction at the other end"; + case 0x3502: return "Error in negotiation, i.e. no modem with error correction at the other end"; case 0x3503: return "No answer to protocol request"; case 0x3504: return "Remote modem only works in synchronous mode"; case 0x3505: return "Framing fails"; diff --git a/capi20/convert.c b/capi20/convert.c index 393409ee..c2302693 100644 --- a/capi20/convert.c +++ b/capi20/convert.c @@ -207,7 +207,7 @@ char *capi_info2str(_cword reason) case 0x3500: return "Normal end of connection"; case 0x3501: return "Carrier lost"; - case 0x3502: return "Error in negotation, i.e. no modem with error correction at the other end"; + case 0x3502: return "Error in negotiation, i.e. no modem with error correction at the other end"; case 0x3503: return "No answer to protocol request"; case 0x3504: return "Remote modem only works in synchronous mode"; case 0x3505: return "Framing fails";