From 2c9900be30e07e585613b4b5c8709b0ef985dfa2 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 21 Feb 2015 23:40:57 +0100 Subject: Typo: aply->apply Change-Id: I9cc502a747e354a593a73094e83c90ded204822f --- include/svtools/fileview.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx index 283f4aa3e899..f8fc70b0cc63 100644 --- a/include/svtools/fileview.hxx +++ b/include/svtools/fileview.hxx @@ -99,7 +99,7 @@ public: void SetSortColumn( bool bValue ) { bSortColumn = bValue; } bool GetSortColumn() { return bSortColumn; } - /** initialize the view with the content of a folder given by URL, and aply an immediate filter + /** initialize the view with the content of a folder given by URL, and apply an immediate filter @param rFolderURL the URL of the folder whose content is to be read -- cgit