NFC - Fix typo in docblock
authorColeman Watts <coleman@civicrm.org>
Fri, 7 Jan 2022 20:05:49 +0000 (15:05 -0500)
committerColeman Watts <coleman@civicrm.org>
Fri, 7 Jan 2022 20:05:49 +0000 (15:05 -0500)
CRM/Upgrade/Incremental/php/FiveFortySeven.php
CRM/Upgrade/Incremental/php/Template.php

index 44f4cb67a084a447b38d01dd493509155db99c4b..1c09908a39aaa99c8b0ca81b6cf3356b2ce10b41 100644 (file)
@@ -17,7 +17,7 @@
  * If only a .tpl file exists for a version, it will be run automatically.
  * If the function exists, it must explicitly add the 'runSql' task if there is a corresponding .mysql.tpl.
  *
- * This class may also implement `setPreUpgradeMessage()` and `setPreUpgradeMessage()` functions.
+ * This class may also implement `setPreUpgradeMessage()` and `setPostUpgradeMessage()` functions.
  */
 class CRM_Upgrade_Incremental_php_FiveFortySeven extends CRM_Upgrade_Incremental_Base {
 
index 8400001ecfa6b54334108e09bb254bcbbe49dba6..4cefb200aabe404c8313232a1fcc7345f1d18809 100644 (file)
@@ -22,7 +22,7 @@ echo "<?php\n";
  * If only a .tpl file exists for a version, it will be run automatically.
  * If the function exists, it must explicitly add the 'runSql' task if there is a corresponding .mysql.tpl.
  *
- * This class may also implement `setPreUpgradeMessage()` and `setPreUpgradeMessage()` functions.
+ * This class may also implement `setPreUpgradeMessage()` and `setPostUpgradeMessage()` functions.
  */
 class CRM_Upgrade_Incremental_php_<?php echo $camelNumber; ?> extends CRM_Upgrade_Incremental_Base {