mirror of https://github.com/FreeRDP/FreeRDP
fix typos in various places
This commit is contained in:
parent
adb5e5715b
commit
9e9ad3815d
|
@ -5788,7 +5788,7 @@ void freerdp_client_warn_unmaintained(int argc, char* argv[])
|
||||||
WLog_Print_unchecked(
|
WLog_Print_unchecked(
|
||||||
log, log_level,
|
log, log_level,
|
||||||
" If problems occur please check https://github.com/FreeRDP/FreeRDP/issues for "
|
" If problems occur please check https://github.com/FreeRDP/FreeRDP/issues for "
|
||||||
"know issues!");
|
"known issues!");
|
||||||
WLog_Print_unchecked(
|
WLog_Print_unchecked(
|
||||||
log, log_level,
|
log, log_level,
|
||||||
"Be prepared to fix issues yourself though as nobody is actively working on this.");
|
"Be prepared to fix issues yourself though as nobody is actively working on this.");
|
||||||
|
@ -5814,7 +5814,7 @@ void freerdp_client_warn_experimental(int argc, char* argv[])
|
||||||
WLog_Print_unchecked(
|
WLog_Print_unchecked(
|
||||||
log, log_level,
|
log, log_level,
|
||||||
" If problems occur please check https://github.com/FreeRDP/FreeRDP/issues for "
|
" If problems occur please check https://github.com/FreeRDP/FreeRDP/issues for "
|
||||||
"know issues or create a new one!");
|
"known issues or create a new one!");
|
||||||
WLog_Print_unchecked(
|
WLog_Print_unchecked(
|
||||||
log, log_level,
|
log, log_level,
|
||||||
" Developers hang out in https://matrix.to/#/#FreeRDP:matrix.org?via=matrix.org "
|
" Developers hang out in https://matrix.to/#/#FreeRDP:matrix.org?via=matrix.org "
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
macro(warn_unmaintained name)
|
macro(warn_unmaintained name)
|
||||||
message(WARNING "[unmaintained] ${name} is unmaintained!")
|
message(WARNING "[unmaintained] ${name} is unmaintained!")
|
||||||
message(WARNING "[unmaintained] use at your own risk!")
|
message(WARNING "[unmaintained] use at your own risk!")
|
||||||
message(WARNING "[unmaintained] If problems occur please check https://github.com/FreeRDP/FreeRDP/issues for know issues, but be prepared to fix them on your own!")
|
message(WARNING "[unmaintained] If problems occur please check https://github.com/FreeRDP/FreeRDP/issues for known issues, but be prepared to fix them on your own!")
|
||||||
message(WARNING "[unmaintained] Developers hang out in https://matrix.to/#/#FreeRDP:matrix.org?via=matrix.org")
|
message(WARNING "[unmaintained] Developers hang out in https://matrix.to/#/#FreeRDP:matrix.org?via=matrix.org")
|
||||||
message(WARNING "[unmaintained] - dont hesitate to ask some questions. (replies might take some time depending on your timezone)")
|
message(WARNING "[unmaintained] - dont hesitate to ask some questions. (replies might take some time depending on your timezone)")
|
||||||
message(WARNING "[unmaintained] - if you intend using this component write us a message")
|
message(WARNING "[unmaintained] - if you intend using this component write us a message")
|
||||||
|
|
|
@ -178,7 +178,7 @@ void freerdp_server_warn_unmaintained(int argc, char* argv[])
|
||||||
WLog_Print_unchecked(
|
WLog_Print_unchecked(
|
||||||
log, log_level,
|
log, log_level,
|
||||||
" If problems occur please check https://github.com/FreeRDP/FreeRDP/issues for "
|
" If problems occur please check https://github.com/FreeRDP/FreeRDP/issues for "
|
||||||
"know issues!");
|
"known issues!");
|
||||||
WLog_Print_unchecked(
|
WLog_Print_unchecked(
|
||||||
log, log_level,
|
log, log_level,
|
||||||
"Be prepared to fix issues yourself though as nobody is actively working on this.");
|
"Be prepared to fix issues yourself though as nobody is actively working on this.");
|
||||||
|
@ -204,7 +204,7 @@ void freerdp_server_warn_experimental(int argc, char* argv[])
|
||||||
WLog_Print_unchecked(
|
WLog_Print_unchecked(
|
||||||
log, log_level,
|
log, log_level,
|
||||||
" If problems occur please check https://github.com/FreeRDP/FreeRDP/issues for "
|
" If problems occur please check https://github.com/FreeRDP/FreeRDP/issues for "
|
||||||
"know issues or create a new one!");
|
"known issues or create a new one!");
|
||||||
WLog_Print_unchecked(
|
WLog_Print_unchecked(
|
||||||
log, log_level,
|
log, log_level,
|
||||||
" Developers hang out in https://matrix.to/#/#FreeRDP:matrix.org?via=matrix.org "
|
" Developers hang out in https://matrix.to/#/#FreeRDP:matrix.org?via=matrix.org "
|
||||||
|
|
Loading…
Reference in New Issue