diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2017-02-18 08:46:28 +1300 |
---|---|---|
committer | Garming Sam <garming@samba.org> | 2017-02-22 08:26:21 +0100 |
commit | a4ab7c73bda018147ca4e8645352503c2382fb74 (patch) | |
tree | eab7b9f6a6b63ef3d9fcd074d6d1fecac28e91fe /lib/util | |
parent | f7dc9f1e12b2413d0be290e21986e22f57ab8b08 (diff) | |
download | samba-a4ab7c73bda018147ca4e8645352503c2382fb74.tar.gz |
Correct "occured" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/modules.c b/lib/util/modules.c index 1f00dd810ae..c7e9f64f405 100644 --- a/lib/util/modules.c +++ b/lib/util/modules.c @@ -40,7 +40,7 @@ init_module_fn load_module(const char *path, bool is_probe, void **handle_out) handle = dlopen(path, RTLD_NOW); /* This call should reset any possible non-fatal errors that - occured since last call to dl* functions */ + occurred since last call to dl* functions */ error = dlerror(); if (handle == NULL) { |