Skip to content

Commit 3932d83

Browse files
author
wyrie
committed
Typo fix
1 parent 286d1bf commit 3932d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/modules.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function processDatalog() {
177177
return;
178178
}
179179
} else {
180-
$app->log("Datalog does not conatin any changes for this record ".$d["datalog_id"],LOGLEVEL_DEBUG);
180+
$app->log("Datalog does not contain any changes for this record ".$d["datalog_id"],LOGLEVEL_DEBUG);
181181
}
182182
}
183183

0 commit comments

Comments
 (0)