spelling: dont

This commit is contained in:
Michael Tokarev
2025-03-06 13:21:21 +03:00
parent 4e105253b9
commit 19f129654e
8 changed files with 12 additions and 12 deletions

View File

@@ -6198,7 +6198,7 @@ void freerdp_client_warn_unmaintained(int argc, char* argv[])
WLog_Print_unchecked(
log, log_level,
" Developers hang out in https://matrix.to/#/#FreeRDP:matrix.org?via=matrix.org "
"- dont hesitate to ask some questions. (replies might take some time depending "
"- don't hesitate to ask some questions. (replies might take some time depending "
"on your timezone) - if you intend using this component write us a message");
}
@@ -6221,7 +6221,7 @@ void freerdp_client_warn_experimental(int argc, char* argv[])
WLog_Print_unchecked(
log, log_level,
" Developers hang out in https://matrix.to/#/#FreeRDP:matrix.org?via=matrix.org "
"- dont hesitate to ask some questions. (replies might take some time depending "
"- don't hesitate to ask some questions. (replies might take some time depending "
"on your timezone)");
}
@@ -6244,6 +6244,6 @@ void freerdp_client_warn_deprecated(int argc, char* argv[])
log, log_level,
"The project is hosted at https://github.com/freerdp/freerdp and "
" developers hang out in https://matrix.to/#/#FreeRDP:matrix.org?via=matrix.org "
"- dont hesitate to ask some questions. (replies might take some time depending "
"- don't hesitate to ask some questions. (replies might take some time depending "
"on your timezone)");
}