Skip to content

Commit

Permalink
Typo/fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jul 13, 2015
1 parent 257660e commit 2931b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnemo/lib/Api.php
Expand Up @@ -457,7 +457,7 @@ public function getChanges($start, $end, $isModSeq = false, $notepads = null)
$notepad = Mnemo::getDefaultNotepad();
$injector->getInstance('Mnemo_Factory_Driver')
->create($notepad)
->syncronize($end);
->synchronize($end);

return array('add' => $this->listBy('add', $start, $notepads, $end, $isModSeq),
'modify' => $this->listBy('modify', $start, $notepads, $end, $isModSeq),
Expand Down

0 comments on commit 2931b24

Please sign in to comment.