From 30b2d16071799cc26707bd679bc6deed5f1774a1 Mon Sep 17 00:00:00 2001 From: Ian Dunn Date: Thu, 18 Dec 2014 18:00:12 -0800 Subject: [PATCH] Fix typo in 'occurred'. --- addons/shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/shortcodes.php b/addons/shortcodes.php index d780e0c..3a21937 100644 --- a/addons/shortcodes.php +++ b/addons/shortcodes.php @@ -328,7 +328,7 @@ function shortcode_private( $atts, $content ) { global $camptix; if ( ! isset( $this->did_shortcode_private_template_redirect ) ) - return __( 'An error has occured.', 'camptix' ); + return __( 'An error has occurred.', 'camptix' ); // Lazy load the camptix js. wp_enqueue_script( 'camptix' );