Index: src/includes/core/functions.php
===================================================================
--- src/includes/core/functions.php	(revision 7350)
+++ src/includes/core/functions.php	(working copy)
@@ -15,7 +15,7 @@
  * Return the bbPress version
  *
  * @since 2.0.0 bbPress (r3468)
- * @retrun string The bbPress version
+ * @return string The bbPress version
  */
 function bbp_get_version() {
 	return bbpress()->version;
@@ -36,7 +36,7 @@
  * Return the bbPress asset version
  *
  * @since 2.6.7 bbPress (r7188)
- * @retrun string The bbPress asset version
+ * @return string The bbPress asset version
  */
 function bbp_get_asset_version() {
 	return bbp_doing_script_debug()
@@ -57,7 +57,7 @@
  * Return the bbPress database version
  *
  * @since 2.0.0 bbPress (r3468)
- * @retrun string The bbPress version
+ * @return string The bbPress version
  */
 function bbp_get_db_version() {
 	return bbpress()->db_version;
@@ -78,7 +78,7 @@
  * Return the bbPress database version directly from the database
  *
  * @since 2.0.0 bbPress (r3468)
- * @retrun string The current bbPress version
+ * @return string The current bbPress version
  */
 function bbp_get_db_version_raw() {
 	return get_option( '_bbp_db_version', '' );
@@ -339,7 +339,7 @@
 /** Rewrite Extras ************************************************************/
 
 /**
- * Get the id used for paginated requests
+ * Get the ID used for paginated requests
  *
  * @since 2.4.0 bbPress (r4926)
  *
@@ -350,8 +350,8 @@
 }
 
 /**
- * Delete a blogs rewrite rules, so that they are automatically rebuilt on
- * the subsequent page load.
+ * Delete a blog's rewrite rules so that they are automatically rebuilt on
+ * the subsequent page load.
  *
  * @since 2.2.0 bbPress (r4198)
  */
