From 02bf7911f3afe6e5960349e5e61329afb3a995a9 Mon Sep 17 00:00:00 2001 From: un1versal Date: Thu, 8 Oct 2015 13:10:17 +0100 Subject: [ci skip] no strings - cpp files - typo corrections --- src/modules/objects/KvsObject_dialog.cpp | 4 ++-- src/modules/objects/KvsObject_xmlreader.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/objects') diff --git a/src/modules/objects/KvsObject_dialog.cpp b/src/modules/objects/KvsObject_dialog.cpp index 3752490d9..8b5d30b27 100644 --- a/src/modules/objects/KvsObject_dialog.cpp +++ b/src/modules/objects/KvsObject_dialog.cpp @@ -44,10 +44,10 @@ [class]object[/class] [class]widget[/class] @description: - Rappresents a dialog object. The class is really + Represents a dialog object. The class is really similar to the widget class, it has only a couple of minor differences. A dialog is always a top-level widget, but if it has a parent, its default - location is centered on top of the parent. It will also share the parent's windowlist entry. + location is centered on top of the parent. It will also share the parent's window list entry. !fn; setModal () If you call $setModal(1) then the dialog will have non-blocking modal behaviour: it will appear above its parent widget and block its input until it's closed. diff --git a/src/modules/objects/KvsObject_xmlreader.cpp b/src/modules/objects/KvsObject_xmlreader.cpp index 0038f1c01..f0f05528d 100644 --- a/src/modules/objects/KvsObject_xmlreader.cpp +++ b/src/modules/objects/KvsObject_xmlreader.cpp @@ -66,7 +66,7 @@ obtain a descriptive error message. !fn: $lastError() - Returns the last error occured inside the parser. + Returns the last error occurred inside the parser. You will typically call this function when $parse() above returns $false. !fn: $onDocumentStart() -- cgit v1.3.1-10-gc9f91