diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pilotAddress.h | 2 | ||||
-rw-r--r-- | lib/plugin.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/pilotAddress.h b/lib/pilotAddress.h index f5c2bcb..40b5630 100644 --- a/lib/pilotAddress.h +++ b/lib/pilotAddress.h @@ -182,7 +182,7 @@ public: * - phone[6] = Pager * - phone[7] = Mobile * - * Aptqparently, this order is kept for all languages, just with localized + * Apparently, this order is kept for all languages, just with localized * strings. The implementation of the internal methods will assume * this order is kept. In other languages, main can replaced with * Corporation. diff --git a/lib/plugin.h b/lib/plugin.h index 817d753..59322ac 100644 --- a/lib/plugin.h +++ b/lib/plugin.h @@ -69,7 +69,7 @@ namespace Pilot * * NB. The reason that this is a TQObject which needs to create a * separate widget - instead of a TQWidget subclass - has to do with -* tqlayouting. If you make the widget with designer then the easiest +* layouting. If you make the widget with designer then the easiest * thing to do is to use a grid tqlayout there. Making ConduitConfigBase * a TQWidget subclass would require an additional tqlayout here, which * seems a little foolish. |