diff --git a/src/bp-friends/bp-friends-activity.php b/src/bp-friends/bp-friends-activity.php
index 4297c7680..35523a1b1 100644
--- a/src/bp-friends/bp-friends-activity.php
+++ b/src/bp-friends/bp-friends-activity.php
@@ -153,7 +153,7 @@ function bp_friends_format_activity_action_friendship_accepted( $action, $activi
 	// avoid having to build this object if it's not necessary.
 	if ( has_filter( 'friends_activity_friendship_accepted_action' ) ) {
 		$friendship = new BP_Friends_Friendship( $activity->item_id );
-		$action     = apply_filters( 'friends_activity_friendsip_accepted_action', $action, $friendship );
+		$action     = apply_filters( 'friends_activity_friendship_accepted_action', $action, $friendship );
 	}
 
 	/**
