Fix typos

This commit is contained in:
Robbert van der Helm
2020-04-09 00:40:50 +02:00
parent aefb3e5b90
commit b5b3b69f67
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class Logger {
* constants in `logging.cpp` for more information.
*
* @param prefix A message to prepend for every log message, useful to
* differentiate between the Wine process and the Linus VST plugin.
* differentiate between the Wine process and the Linux VST plugin.
*/
static Logger create_from_environment(std::string prefix = "");