From f723114a1a7a6c91864df869067ba3852692394a Mon Sep 17 00:00:00 2001 From: Slava UA Date: Thu, 30 Apr 2015 20:59:45 +0300 Subject: [PATCH] Fix typos in comments in bootstrap.php --- bootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.php b/bootstrap.php index b4c0aac8e..ea55a1452 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -12,12 +12,12 @@ /** * Fires when CMB2 is included/loaded * - * Should be used to to add metaboxes. See example-functions.php + * Should be used to add metaboxes. See example-functions.php */ do_action( 'cmb2_init' ); /** - * For back-compat. Does the dirtywork of instantiatiating all the + * For back-compat. Does the dirtywork of instantiating all the * CMB2 instances for the cmb2_meta_boxes filter * @since 2.0.2 */