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:
authorjb <jeff@codesuji.com>2017-10-21 04:33:04 +0300
committerGitHub <noreply@github.com>2017-10-21 04:33:04 +0300
commitc8965e36f0c433e9841d2c5951c2188fac08c989 (patch)
tree462a8611c446bbd67b0b6b4c1a9263c609e3d2ab
parent1eee417d2826d9ea3d9284f5a976757a83973d3e (diff)
Fix typo
-rw-r--r--doc/qtgui.md2
1 files changed, 1 insertions, 1 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]]]]]]) ###