Fix typos in some error messages

This commit is contained in:
Mike Gabriel
2017-08-03 08:38:05 +02:00
committed by Bernhard Miklautz
parent b29658a859
commit c045bddf3f
4 changed files with 4 additions and 4 deletions

View File

@@ -1684,7 +1684,7 @@ UINT DVCPluginEntry(IDRDYNVC_ENTRY_POINTS* pEntryPoints)
if (!gfx->log)
{
free(gfx);
WLog_ERR(TAG, "Failed to aquire reference to WLog %s", TAG);
WLog_ERR(TAG, "Failed to acquire reference to WLog %s", TAG);
return ERROR_INTERNAL_ERROR;
}

View File

@@ -1209,7 +1209,7 @@ static BOOL _get_commstatus(WINPR_COMM *pComm, SERIAL_STATUS *pCommstatus)
if (ioctl(pComm->fd, TIOCGICOUNT, &currentCounters) < 0)
{
CommLog_Print(WLOG_WARN, "TIOCGICOUNT ioctl failed, errno=[%d] %s.", errno, strerror(errno));
CommLog_Print(WLOG_WARN, " coult not read counters.");
CommLog_Print(WLOG_WARN, " could not read counters.");
if (pComm->permissive)
{

View File

@@ -116,7 +116,7 @@ int main(int argc, char* argv[])
if ((version != 1) && (version != 2))
{
printf("unkown version %d \n\n", version);
printf("unknown version %d \n\n", version);
usage_and_exit();
}
}

View File

@@ -15,7 +15,7 @@ winpr\-makecert \- A tool to create X.509 certificates.
[\fB-n\fP common_name]
[\fB-y\fP years]
[\fB-m\fP months]
[\fB-len\fP lenth]
[\fB-len\fP length]
[\fB-#\fP serial]
[\fB-a\fP { \fImd5\fP | \fIsha1\fP | \fIsha256\fP | \fIs384\fP | \fIsha512\fP }]
[\fB-path\fP outputpath]