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 c290591dc..f24a4e047 100644
--- a/src/bp-xprofile/classes/class-bp-xprofile-user-admin.php
+++ b/src/bp-xprofile/classes/class-bp-xprofile-user-admin.php
@@ -88,7 +88,7 @@ class BP_XProfile_User_Admin {
 		 * We cannot simply use add_thickbox() here as WordPress is not playing
 		 * nice with Thickbox width/height see https://core.trac.wordpress.org/ticket/17249
 		 * Using media-upload might be interesting in the future for the send to editor stuff
-		 * and we make sure the tb_window is wide enougth
+		 * and we make sure the tb_window is wide enough
 		 */
 		wp_enqueue_style ( 'thickbox' );
 		wp_enqueue_script( 'media-upload' );
diff --git a/tests/phpunit/testcases/core/functions/bpVerifyNonceRequest.php b/tests/phpunit/testcases/core/functions/bpVerifyNonceRequest.php
index ef1bcab54..8294edec0 100644
--- a/tests/phpunit/testcases/core/functions/bpVerifyNonceRequest.php
+++ b/tests/phpunit/testcases/core/functions/bpVerifyNonceRequest.php
@@ -49,7 +49,7 @@ class BP_Tests_Core_Functions_BPVerifyNonceRequest extends BP_UnitTestCase {
 		$_SERVER['SERVER_PORT'] = 80;
 		$_SERVER['REQUEST_URI'] = '/wordpress/';
 
-		// add port number and subdirecotry to home URL for testing
+		// add port number and subdirectory to home URL for testing
 		add_filter( 'home_url', array( $this, 'add_port_and_subdirectory_to_home_url' ), 10, 3 );
 
 		// test bp_verify_nonce_request()
