diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-10-26 10:10:34 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-10-26 10:10:34 (GMT) |
commit | fb25d5d1dbc64b764c11e05b72515f74713a498d (patch) | |
tree | 26c9599e379addb6f1af1cad2c64788d7c4f8276 /tools/runonphone | |
parent | 9c61980b344ae6302bb0b57764c1840164745a71 (diff) | |
download | Qt-fb25d5d1dbc64b764c11e05b72515f74713a498d.zip Qt-fb25d5d1dbc64b764c11e05b72515f74713a498d.tar.gz Qt-fb25d5d1dbc64b764c11e05b72515f74713a498d.tar.bz2 |
Doc : Fixing typo.
Diffstat (limited to 'tools/runonphone')
-rw-r--r-- | tools/runonphone/symbianutils/tcftrkdevice.h | 2 | ||||
-rw-r--r-- | tools/runonphone/symbianutils/tcftrkmessage.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/runonphone/symbianutils/tcftrkdevice.h b/tools/runonphone/symbianutils/tcftrkdevice.h index 67955e5..f56a86e 100644 --- a/tools/runonphone/symbianutils/tcftrkdevice.h +++ b/tools/runonphone/symbianutils/tcftrkdevice.h @@ -65,7 +65,7 @@ struct Breakpoint; /* Command error handling in TCF: * 1) 'Severe' errors (JSON format, parameter format): Trk emits a - * nonstandard message (\3\2 error paramaters) and closes the connection. + * nonstandard message (\3\2 error parameters) and closes the connection. * 2) Protocol errors: 'N' without error message is returned. * 3) Errors in command execution: 'R' with a TCF error hash is returned * (see TcfTrkCommandError). */ diff --git a/tools/runonphone/symbianutils/tcftrkmessage.h b/tools/runonphone/symbianutils/tcftrkmessage.h index 510b485..929a9e6 100644 --- a/tools/runonphone/symbianutils/tcftrkmessage.h +++ b/tools/runonphone/symbianutils/tcftrkmessage.h @@ -123,7 +123,7 @@ struct SYMBIANUTILS_EXPORT RunControlContext { QByteArray parentId; // Parent process id of a thread. }; -// Module load information occuring with 'RunControl contextSuspended' events +// Module load information occurring with 'RunControl contextSuspended' events struct SYMBIANUTILS_EXPORT ModuleLoadEventInfo { ModuleLoadEventInfo(); void clear(); |