typo in comment

This commit is contained in:
Starbeamrainbowlabs 2019-08-08 18:36:51 +01:00
parent b6a986a075
commit a12e00ef73
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ register_module([
* Adds a history revision against a page.
* Note: Does not updaate the current page content! This function _only_
* records a new revision against a page name. Thus it is possible to have a
* disparaty between the history revisions and the actual content displayed in
* disparity between the history revisions and the actual content displayed in
* the current revision if you're not careful!
* @package feature-history
* @param object $pageinfo The pageindex object of the page to operate on.