diff --git a/wp-includes/feed-rssjs-comments.php b/wp-includes/feed-rssjs-comments.php
index a31f58dff2..c3fce86311 100644
--- a/wp-includes/feed-rssjs-comments.php
+++ b/wp-includes/feed-rssjs-comments.php
@@ -60,7 +60,7 @@ if ( preg_match( '/\W/', $callback ) ) {
 }
 
 /*
- * Action triggerd prior to the JSON feed being created and sent to the client
+ * Action triggered prior to the JSON feed being created and sent to the client
  *
  * @since 3.8.0
  */
@@ -120,7 +120,7 @@ if ( ! empty( $callback ) ) {
 }
 
 /*
- * Action triggerd after the JSON feed has been created and sent to the client
+ * Action triggered after the JSON feed has been created and sent to the client
  *
  * @since 3.8.0
  */
diff --git a/wp-includes/feed-rssjs.php b/wp-includes/feed-rssjs.php
index 3081fa0152..21ef74f076 100644
--- a/wp-includes/feed-rssjs.php
+++ b/wp-includes/feed-rssjs.php
@@ -54,7 +54,7 @@ if ( preg_match( '/\W/', $callback ) ) {
 }
 
 /*
- * Action triggerd prior to the JSON feed being created and sent to the client
+ * Action triggered prior to the JSON feed being created and sent to the client
  *
  * @since 3.8.0
  */
@@ -102,7 +102,7 @@ if ( ! empty( $callback ) ) {
 }
 
 /*
- * Action triggerd after the JSON feed has been created and sent to the client
+ * Action triggered after the JSON feed has been created and sent to the client
  *
  * @since 3.8.0
  */