summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-01-31 09:57:05 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-01-31 10:02:33 +0000
commitd595515e9bf93be7008efe87e08752b295f5a1fd (patch)
tree8465ce08703fc265366513e4e2e4f51f89ad8668 /include/sfx2
parentccb1b1251cb7289f554df4cabe08b9ee4524a592 (diff)
Typo, whitespace fixes
Change-Id: I5e77ee0df8490706a33d2e8500f130ffa419168d Reviewed-on: https://gerrit.libreoffice.org/33743 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/signaturestate.hxx4
1 files changed, 2 insertions, 2 deletions
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
};