summaryrefslogtreecommitdiff
path: root/common/JackInternalSessionLoader.cpp
diff options
context:
space:
mode:
authorAdrian Knoth <aknoth@google.com>2018-02-25 18:45:49 +0100
committerAdrian Knoth <aknoth@google.com>2018-02-25 18:47:52 +0100
commit6ccfdc1058f9cbd79d636a822163eda76eb4eb02 (patch)
treef056a15ac7a3d5a67654fcc618708603b0cd17c0 /common/JackInternalSessionLoader.cpp
parenta5e6585dd391220d56fbe4704df71544ad83ba6e (diff)
downloadjack2-6ccfdc1058f9cbd79d636a822163eda76eb4eb02.tar.gz
Mass-fix spelling errors
Flagged by the Debian QA tool. Mostly automatic search-n-replace of the mistakes flagged.
Diffstat (limited to 'common/JackInternalSessionLoader.cpp')
-rw-r--r--common/JackInternalSessionLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/JackInternalSessionLoader.cpp b/common/JackInternalSessionLoader.cpp
index 5a438e72..61d28ab5 100644
--- a/common/JackInternalSessionLoader.cpp
+++ b/common/JackInternalSessionLoader.cpp
@@ -71,7 +71,7 @@ int JackInternalSessionLoader::Load(const char* file)
* Therefore only compare the first letter of the command.
*/
} else {
- jack_error("JACK internal session file %s line %u contains unkown command '%s'. Ignoring the line!", file, linenr, line.c_str());
+ jack_error("JACK internal session file %s line %u contains unknown command '%s'. Ignoring the line!", file, linenr, line.c_str());
}
}