diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-05-21 10:51:03 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-05-21 10:51:28 +0200 |
commit | 012bd2577975b902aa5ce0cdd0eb43ef57c948fb (patch) | |
tree | 1dc3de75ad4c173d2de3f60cb0c9d78bf4517542 /client/application.cpp | |
parent | d351bb35ce981d39e839528f4a23bc5b501adab8 (diff) |
Fix spelling errors in comments and strings
Diffstat (limited to 'client/application.cpp')
-rw-r--r-- | client/application.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/application.cpp b/client/application.cpp index 4eb8ac8..f32943e 100644 --- a/client/application.cpp +++ b/client/application.cpp @@ -1157,7 +1157,7 @@ void Application::on_key_down(RedKey key) } if (!_sticky_info.sticky_mode) { - // during tracing (traced key was pressed and no keyboard event has occured till now) + // during tracing (traced key was pressed and no keyboard event has occurred till now) if (_sticky_info.key_first_down) { ASSERT(_sticky_info.key != REDKEY_INVALID); if (key != _sticky_info.key) { @@ -1939,8 +1939,8 @@ bool Application::process_cmd_line(int argc, char** argv) parser.add(SPICE_OPT_CA_FILE, "ca-file", "truststore file for secure connections", "ca-file", true); parser.add(SPICE_OPT_HOST_SUBJECT, "host-subject", - "subject of the host certifcate. Format: field=value pairs separated" - " by commmas. Commas and backslashes within values must be preceded by" + "subject of the host certificate. Format: field=value pairs separated" + " by commas. Commas and backslashes within values must be preceded by" " a backslash", "host-subject", true); parser.add(SPICE_OPT_PASSWORD, "password", "server password", "password", true, 'w'); parser.add(SPICE_OPT_FULL_SCREEN, "full-screen", "open in full screen mode", "auto-conf", |