diff --git a/src/bp-xprofile/bp-xprofile-functions.php b/src/bp-xprofile/bp-xprofile-functions.php
index e0ca139da..5d94df5ae 100644
--- a/src/bp-xprofile/bp-xprofile-functions.php
+++ b/src/bp-xprofile/bp-xprofile-functions.php
@@ -894,7 +894,7 @@ add_action( 'bp_core_activated_user', 'xprofile_sync_wp_profile', 10, 3 );
  * @since 1.2.4
  *
  * @param object $errors Array of errors. Passed by reference.
- * @param bool   $update Whether or not being upated.
+ * @param bool   $update Whether or not being updated.
  * @param object $user   User object whose profile is being synced. Passed by reference.
  */
 function xprofile_sync_bp_profile( &$errors, $update, &$user ) {
@@ -1459,7 +1459,7 @@ function bp_xprofile_personal_data_exporter( $email_address ) {
 }
 
 /**
- * Returns the list of supporterd WordPress field meta keys.
+ * Returns the list of supported WordPress field meta keys.
  *
  * @since 8.0.0
  *
diff --git a/src/bp-xprofile/classes/class-bp-xprofile-user-admin.php b/src/bp-xprofile/classes/class-bp-xprofile-user-admin.php
index f149d6cf9..1fe8a4d4d 100644
--- a/src/bp-xprofile/classes/class-bp-xprofile-user-admin.php
+++ b/src/bp-xprofile/classes/class-bp-xprofile-user-admin.php
@@ -261,7 +261,7 @@ class BP_XProfile_User_Admin {
 	 * @since 2.0.0
 	 *
 	 * @param WP_User|null $user The WP_User object for the user being edited.
-	 * @param array        $args Aray of arguments for metaboxes.
+	 * @param array        $args Array of arguments for metaboxes.
 	 */
 	public function user_admin_profile_metaboxes( $user = null, $args = array() ) {
 
