Correct "occured" typos.
[amitay/samba.git] / lib / util / modules.c
index 1f00dd810ae33422498ce36ce524c5c8597762db..c7e9f64f4059accdbae5dd5d17bca0ce5d8edda3 100644 (file)
@@ -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) {