Skip to content

Commit

Permalink
Spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Apr 21, 2015
1 parent a96870f commit 93dd9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/lib/Ajax/Application/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ public function saveCalendar()
}
$resource = Kronolith_Resource::addResource($info);
Kronolith::readPermsForm($resource);
$resoruce->save();
$resource->save();
} else {
try {
$rdriver = Kronolith::getDriver('Resource');
Expand Down

0 comments on commit 93dd9fb

Please sign in to comment.