From 7dbf5b352544b4e528a8a092a6042c5a2abaf7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 29 Jul 2013 09:43:09 +0200 Subject: [PATCH] typo --- Polyhedron/demo/Polyhedron/MainWindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/MainWindow.h b/Polyhedron/demo/Polyhedron/MainWindow.h index f2178f77a14..db19fea7062 100644 --- a/Polyhedron/demo/Polyhedron/MainWindow.h +++ b/Polyhedron/demo/Polyhedron/MainWindow.h @@ -55,7 +55,7 @@ public slots: void updateViewerBBox(); void open(QString); - /// given a file extension file, returns true if `filename` match the filter + /// given a file extension file, returns true if `filename` matches the filter bool file_matches_filter(const QString& filters, const QString& filename); /// Open a file with a given loader, and return true iff it was successful.