From d595515e9bf93be7008efe87e08752b295f5a1fd Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Tue, 31 Jan 2017 09:57:05 +0100 Subject: Typo, whitespace fixes Change-Id: I5e77ee0df8490706a33d2e8500f130ffa419168d Reviewed-on: https://gerrit.libreoffice.org/33743 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- include/sfx2/signaturestate.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/sfx2/signaturestate.hxx b/include/sfx2/signaturestate.hxx index 740fd0679cb5..a1fd09360906 100644 --- a/include/sfx2/signaturestate.hxx +++ b/include/sfx2/signaturestate.hxx @@ -31,8 +31,8 @@ enum class SignatureState INVALID = 3, // signature is OK, but certificate could not be validated NOTVALIDATED = 4, - //signatur and certificate are ok,but not al files are signed, as was the case in - //OOo 2.x - OOo 3.1.1. This state is only used together with document signatures. + // signature and certificate are ok, but not all files are signed, as it was the case in + // OOo 2.x - OOo 3.1.1. This state is only used together with document signatures. PARTIAL_OK = 5 }; -- cgit