Grammar: whitespace is a word

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Alexander Bokovoy <abbra@users.noreply.github.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
Christian Heimes
2020-06-23 10:16:29 +02:00
committed by Florence Blanc-Renaud
parent 523f70ae46
commit 5c09dcdb98
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -913,7 +913,7 @@ class P11_Helper:
check_return_value(rv, 'get token info')
# softhsm always returns label 32 bytes long with padding made of
# white spaces (#32), so we have to rstrip() padding and compare
# whitespaces (#32), so we have to rstrip() padding and compare
# Label was created by softhsm-util so it is not our fault that
# there are #32 as padding (cffi initializes structures with
# zeroes)