Commit 1ac0cb32 authored by mku's avatar mku

ZP-250 #comment typo in a log entry "lastest" instead of "latest"

git-svn-id: https://z-push.org/svn/z-push/trunk@1733 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 5b4feabf
......@@ -193,7 +193,7 @@ class SyncParameters extends StateObject {
unset($this->uuidNewCounter);
}
ZLog::Write(LOGLEVEL_DEBUG, sprintf("SyncParameters->GetLastestSyncKey(): '%s'", $this->GetSyncKey()));
ZLog::Write(LOGLEVEL_DEBUG, sprintf("SyncParameters->GetLatestSyncKey(): '%s'", $this->GetSyncKey()));
return $this->GetSyncKey();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment