mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Fix typos in some error messages
This commit is contained in:
committed by
Bernhard Miklautz
parent
b29658a859
commit
c045bddf3f
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -1209,7 +1209,7 @@ static BOOL _get_commstatus(WINPR_COMM *pComm, SERIAL_STATUS *pCommstatus)
|
||||
if (ioctl(pComm->fd, TIOCGICOUNT, ¤tCounters) < 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)
|
||||
{
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user