Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/qtlua.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Bottou <leon@bottou.org>2018-06-10 03:34:55 +0300
committerGitHub <noreply@github.com>2018-06-10 03:34:55 +0300
commitc3befe63e3467eea386b484adeaec452f4762b5d (patch)
treee3ceaa72860186127136bd82901b6c529bce2a31
parent889433f250718dbad89a0da0ffe5d0565bea7040 (diff)
parenta73b78bac1381b09620d4373efb3947e407d2056 (diff)
Merge pull request #44 from 0x6a62/doc-typo
Fix typos
-rw-r--r--doc/qtgui.md2
-rw-r--r--doc/qtide.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/qtgui.md b/doc/qtgui.md
index 9985c94..025006b 100644
--- a/doc/qtgui.md
+++ b/doc/qtgui.md
@@ -345,7 +345,7 @@ for selecting an existing file.
* Argument `opt` are the [file dialog options](http://doc.trolltech.com/4.4/qfiledialog.html#Option-enum).
The function returns a `qt.QString` containing the selected file name
-and a `qt.QString` contaning the selected filter.
+and a `qt.QString` containing the selected filter.
<a name="qfiledialog.getOpenFileNames"></a>
### qt.QFileDialog.getOpenFileNames([p,[c,[d,[f,[s,[opt]]]]]]) ###
diff --git a/doc/qtide.md b/doc/qtide.md
index b19b5b9..de71a2b 100644
--- a/doc/qtide.md
+++ b/doc/qtide.md
@@ -67,7 +67,7 @@ Not yet implemented
Starts the QLua Integrated Development Environment (IDE)
and ensure that the main window is visible.
-This function is called implicitely when program `qlua`
+This function is called implicitly when program `qlua`
is executed with option `-ide`.
The optional argument `style` is a string
@@ -98,7 +98,7 @@ a graphic console.
<a name="qluaide"></a>
### qt.QLuaIde ###
-Object `qt.qLuaIde` represetns the global state of the IDE.
+Object `qt.qLuaIde` represents the global state of the IDE.
This is the unique instance of class `qt.QLuaIde`
which inherits [qt.QObject](qt.md#qobject).
Most of its capabilities are conveniently