diff --git a/modules/commerce_kickstart/commerce_kickstart_blog/commerce_kickstart_blog.module b/modules/commerce_kickstart/commerce_kickstart_blog/commerce_kickstart_blog.module
index 46c75d5..209301c 100644
--- a/modules/commerce_kickstart/commerce_kickstart_blog/commerce_kickstart_blog.module
+++ b/modules/commerce_kickstart/commerce_kickstart_blog/commerce_kickstart_blog.module
@@ -22,7 +22,7 @@ function commerce_kickstart_blog_migrate_api() {
 }
 
 /**
- * Implements hoook_commerce_kickstart_crumb_info().
+ * Implements hook_commerce_kickstart_crumb_info().
  *
  * Enables the Crumbs plugin relevant to this module that provides taxonomy
  * based breadcrumbs for each blog post.
diff --git a/modules/commerce_kickstart/commerce_kickstart_lite_product/commerce_kickstart_lite_product.module b/modules/commerce_kickstart/commerce_kickstart_lite_product/commerce_kickstart_lite_product.module
index f45247c..926f138 100644
--- a/modules/commerce_kickstart/commerce_kickstart_lite_product/commerce_kickstart_lite_product.module
+++ b/modules/commerce_kickstart/commerce_kickstart_lite_product/commerce_kickstart_lite_product.module
@@ -20,7 +20,7 @@ function commerce_kickstart_lite_product_migrate_api() {
 }
 
 /**
- * Implements hoook_commerce_kickstart_crumb_info().
+ * Implements hook_commerce_kickstart_crumb_info().
  *
  * Enables the Crumbs plugin relevant to this module that provides taxonomy
  * based breadcrumbs for each product display node.
diff --git a/modules/commerce_kickstart/commerce_kickstart_product/commerce_kickstart_product.module b/modules/commerce_kickstart/commerce_kickstart_product/commerce_kickstart_product.module
index a84d1b5..9cd2448 100644
--- a/modules/commerce_kickstart/commerce_kickstart_product/commerce_kickstart_product.module
+++ b/modules/commerce_kickstart/commerce_kickstart_product/commerce_kickstart_product.module
@@ -38,7 +38,7 @@ function commerce_kickstart_product_migrate_api() {
 }
 
 /**
- * Implements hoook_commerce_kickstart_crumb_info().
+ * Implements hook_commerce_kickstart_crumb_info().
  *
  * Enables the Crumbs plugin relevant to this module that provides taxonomy
  * based breadcrumbs for each product display node.
