Merge pull request #3539 from totten/master-tx-api
[civicrm-core.git] / CRM / Core / Smarty.php
index 1c7d6875dbbd5d18b524c7bcbb38d5c68c1536ee..a29d2e231f238c616233fb98e5ce4a991f37c9da 100644 (file)
@@ -48,7 +48,7 @@ class CRM_Core_Smarty extends Smarty {
   CONST
     // use print.tpl and bypass the CMS. Civi prints a valid html file
     PRINT_PAGE = 1,
-    // this and all the below bypasses the CMS html surronding it and assumes we will embed this within other pages
+    // this and all the below bypasses the CMS html surrounding it and assumes we will embed this within other pages
     PRINT_SNIPPET = 2,
     // sends the generated html to the chosen pdf engine
     PRINT_PDF = 3,