Skip to content

Commit

Permalink
Fix typo in 'occurred'.
Browse files Browse the repository at this point in the history
  • Loading branch information
iandunn committed Dec 19, 2014
1 parent 397760f commit 30b2d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down

0 comments on commit 30b2d16

Please sign in to comment.