From aade27554d427649810f5635133519cadfa8002f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 22 Jun 2015 14:31:42 +0200 Subject: Fix typos Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b Reviewed-on: https://gerrit.libreoffice.org/16408 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- svl/source/misc/filenotation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl') diff --git a/svl/source/misc/filenotation.cxx b/svl/source/misc/filenotation.cxx index 536818d4e261..26d614dcf137 100644 --- a/svl/source/misc/filenotation.cxx +++ b/svl/source/misc/filenotation.cxx @@ -95,7 +95,7 @@ namespace svt break; default: - // it's a known scheme, but no file-URL -> assume that bothe the URL representation and the + // it's a known scheme, but no file-URL -> assume that both the URL representation and the // system representation are the URL itself m_sSystem = m_sFileURL = _rUrlOrPath; bSuccess = true; -- cgit