Index: src/bp-core/bp-core-template-loader.php
===================================================================
--- src/bp-core/bp-core-template-loader.php	(revision 12535)
+++ src/bp-core/bp-core-template-loader.php	(working copy)
@@ -97,7 +97,7 @@
  */
 function bp_locate_template( $template_names, $load = false, $require_once = true ) {
 
-	// Bail when there are no templates to locate
+	// Bail when there are no templates to locate.
 	if ( empty( $template_names ) ) {
 		return false;
 	}
@@ -135,7 +135,7 @@
 
 	/**
 	 * This action exists only to follow the standard BuddyPress coding convention,
-	 * and should not be used to short-circuit any part of the template locator.
+	 * and should not be used to short-circuit any part of the template locater.
 	 *
 	 * If you want to override a specific template part, please either filter
 	 * 'bp_get_template_part' or add a new location to the template stack.
Index: src/bp-core/bp-core-template.php
===================================================================
--- src/bp-core/bp-core-template.php	(revision 12535)
+++ src/bp-core/bp-core-template.php	(working copy)
@@ -152,7 +152,7 @@
 	 * @since 2.0.0
 	 *
 	 * @param string $title     Text to be used in <title> tag.
-	 * @param string $component Current componet being displayed.
+	 * @param string $component Current component being displayed.
 	 */
 	return apply_filters( 'bp_get_directory_title', $title, $component );
 }
@@ -352,7 +352,7 @@
  * Format a date based on a UNIX timestamp.
  *
  * This function can be used to turn a UNIX timestamp into a properly formatted
- * (and possibly localized) string, userful for ouputting the date & time an
+ * (and possibly localized) string, useful for outputting the date & time an
  * action took place.
  *
  * Not to be confused with `bp_core_time_since()`, this function is best used
@@ -1219,7 +1219,7 @@
 	 *
 	 * @since 1.7.0
 	 *
-	 * @param string $subject Client friendy version of the root blog name.
+	 * @param string $subject Client friendly version of the root blog name.
 	 * @param array  $r       Array of arguments for the email subject.
 	 */
 	return apply_filters( 'bp_get_email_subject', $subject, $r );
@@ -1248,7 +1248,7 @@
 	}
 
 	/**
-	 * Filters the template paramenters to be used in the query string.
+	 * Filters the template parameters to be used in the query string.
 	 *
 	 * Allows templates to pass parameters into the template loops via AJAX.
 	 *
@@ -1684,7 +1684,7 @@
 		} else {
 			foreach ( $bp->active_components as $id ) {
 				// If the $component parameter does not match the current_component,
-				// then move along, these are not the droids you are looking for.
+				// then move along, these are not the druids you are looking for.
 				if ( empty( $bp->{$id}->root_slug ) || $bp->{$id}->root_slug != $bp->current_component ) {
 					continue;
 				}
@@ -3016,7 +3016,7 @@
 		return $bp_title_parts;
 	}
 
-	// Now we can build the BP Title Parts
+	// Now we can build the BP Title Parts.
 	// Is there a displayed user, and do they have a name?
 	$displayed_user_name = bp_get_displayed_user_fullname();
 
@@ -3619,7 +3619,7 @@
 		$args->walker = new BP_Walker_Nav_Menu;
 	}
 
-	// Sanitise values for class and ID.
+	// Sanitize values for class and ID.
 	$args->container_class = sanitize_html_class( $args->container_class );
 	$args->container_id    = sanitize_html_class( $args->container_id );
 
Index: src/bp-core/bp-core-theme-compatibility.php
===================================================================
--- src/bp-core/bp-core-theme-compatibility.php	(revision 12535)
+++ src/bp-core/bp-core-theme-compatibility.php	(working copy)
@@ -189,7 +189,7 @@
  *    fallback check for themes that were derived from bp-default, and have
  *    not been updated for BP 1.7+; we make the assumption that any theme in
  *    this category will have the members-loop.php template, and so use its
- *    presence as an indicator that theme compatibility is not required
+ *    presence as an indicator that theme compatibility is not required.
  *
  * @since 1.9.0
  *
@@ -432,7 +432,7 @@
 	 * than the width used by BuddyPress, so we need to manually set the
 	 * content width for the concerned themes.
 	 *
-	 * Example: array( stylesheet => content width used by BuddyPress )
+	 * Example: array( stylesheet => content width used by BuddyPress ).
 	 */
 	$bp_content_widths = array(
 		'twentyfifteen'  => 1300,
@@ -945,7 +945,7 @@
  *
  * @since 1.9.2
  *
- * @param string $retval The current post content.
+ * @param  string $retval The current post content.
  * @return string $retval
  */
 function bp_theme_compat_toggle_is_page( $retval = '' ) {
