From b7e69a240037277e77685af5ea5623cdd89ec2d2 Mon Sep 17 00:00:00 2001 From: Andrew Stothard Date: Thu, 15 Sep 2011 15:17:09 +0200 Subject: typo fix --- tools/ompipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/ompipe.c') diff --git a/tools/ompipe.c b/tools/ompipe.c index 541b6552..998a8f4a 100644 --- a/tools/ompipe.c +++ b/tools/ompipe.c @@ -203,7 +203,7 @@ CODESTARTparseSelectorAct if(pData->fd < 0 ) { pData->fd = -1; DBGPRINTF("Error opening log pipe: %s\n", pData->f_fname); - errmsg.LogError(0, RS_RET_NO_FILE_ACCESS, "Could no open output pipe '%s'", pData->f_fname); + errmsg.LogError(0, RS_RET_NO_FILE_ACCESS, "Could not open output pipe '%s'", pData->f_fname); } CODE_STD_FINALIZERparseSelectorAct ENDparseSelectorAct -- cgit