diff options
author | Torstein Husebø <torstein@huseboe.net> | 2016-02-08 13:27:22 +0100 |
---|---|---|
committer | Torstein Husebø <torstein@huseboe.net> | 2016-02-24 11:56:11 +0100 |
commit | 96d490114900686b4d17f9b751fab6e39cfcc560 (patch) | |
tree | 150de8b7f09fd85572ade2ddbc53d1769e36bcf9 /src/shared | |
parent | 77d9510adc57224946393ed4fdc4e0468e3b501d (diff) |
treewide: fix typos and then/that use
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/condition.c | 2 | ||||
-rw-r--r-- | src/shared/gcrypt-util.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/condition.c b/src/shared/condition.c index f93785865e..3a45ed265c 100644 --- a/src/shared/condition.c +++ b/src/shared/condition.c @@ -295,7 +295,7 @@ static int condition_test_needs_update(Condition *c) { return false; /* Any other failure means we should allow the condition to be true, - * so that we rather invoke too many update tools then too + * so that we rather invoke too many update tools than too * few. */ if (!path_is_absolute(c->parameter)) diff --git a/src/shared/gcrypt-util.c b/src/shared/gcrypt-util.c index b887243849..4ff94520c3 100644 --- a/src/shared/gcrypt-util.c +++ b/src/shared/gcrypt-util.c @@ -32,7 +32,7 @@ void initialize_libgcrypt(bool secmem) { p = gcry_check_version("1.4.5"); assert(p); - /* Turn off "secmem". Clients which whish to make use of this + /* Turn off "secmem". Clients which wish to make use of this * feature should initialize the library manually */ if (!secmem) gcry_control(GCRYCTL_DISABLE_SECMEM); |