From 3fa7b0b70f8f21c65603aa2b7db53392fdbceec4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 16 Jun 2015 13:16:03 +0200 Subject: Fix typos Change-Id: Id8c7cf460cba5af89891c470e1aaa61b227d356e Reviewed-on: https://gerrit.libreoffice.org/16310 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- sot/source/sdstor/stgdir.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sot/source/sdstor/stgdir.hxx') diff --git a/sot/source/sdstor/stgdir.hxx b/sot/source/sdstor/stgdir.hxx index 9cb9f25ed181..3f762d9796ec 100644 --- a/sot/source/sdstor/stgdir.hxx +++ b/sot/source/sdstor/stgdir.hxx @@ -79,7 +79,7 @@ public: bool Commit(); bool Revert(); - void OpenStream( StgIo&, bool=false ); // set up an approbiate stream + void OpenStream( StgIo&, bool=false ); // set up an appropriate stream void Close(); sal_Int32 GetSize(); bool SetSize( sal_Int32 ); -- cgit