Index: src/bp-notifications/bp-notifications-cache.php
===================================================================
--- src/bp-notifications/bp-notifications-cache.php	(revision 12517)
+++ src/bp-notifications/bp-notifications-cache.php	(working copy)
@@ -93,7 +93,7 @@
  */
 function bp_notifications_clear_all_for_user_cache_before_update( $update_args, $where_args ) {
 
-	// User ID is passed in where arugments.
+	// User ID is passed in where arguments.
 	if ( ! empty( $where_args['user_id'] ) ) {
 		bp_notifications_clear_all_for_user_cache( $where_args['user_id'] );
 
Index: src/bp-templates/bp-legacy/buddypress/activity/comment.php
===================================================================
--- src/bp-templates/bp-legacy/buddypress/activity/comment.php	(revision 12517)
+++ src/bp-templates/bp-legacy/buddypress/activity/comment.php	(working copy)
@@ -50,7 +50,7 @@
 		<?php
 
 		/**
-		 * Fires after the defualt comment action options display.
+		 * Fires after the default comment action options display.
 		 *
 		 * @since 1.6.0
 		 */
Index: src/bp-templates/bp-legacy/buddypress/assets/emails/single-bp-email.php
===================================================================
--- src/bp-templates/bp-legacy/buddypress/assets/emails/single-bp-email.php	(revision 12517)
+++ src/bp-templates/bp-legacy/buddypress/assets/emails/single-bp-email.php	(working copy)
@@ -60,7 +60,7 @@
 		/* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
 		html,
 		body {
-			Margin: 0 !important;
+			margin: 0 !important;
 			padding: 0 !important;
 			height: 100% !important;
 			width: 100% !important;
@@ -89,7 +89,7 @@
 			border-spacing: 0 !important;
 			border-collapse: collapse !important;
 			table-layout: fixed !important;
-			Margin: 0 auto !important;
+			margin: 0 auto !important;
 		}
 		table table table {
 			table-layout: auto;
