From a12e00ef73150bb4c54095053b2b613e4418a092 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 8 Aug 2019 18:36:51 +0100 Subject: [PATCH] typo in comment --- modules/feature-history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/feature-history.php b/modules/feature-history.php index 2036ce5..029451a 100644 --- a/modules/feature-history.php +++ b/modules/feature-history.php @@ -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.