Browse Source

Merge pull request #187 from kamui545/patch-2

Fixed typo
Mark Story 14 years ago
parent
commit
7adcfd6ef7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Network/CakeRequest.php

+ 1 - 1
lib/Cake/Network/CakeRequest.php

@@ -657,7 +657,7 @@ class CakeRequest implements ArrayAccess {
 	}
 
 /**
- * Get the lanaguages accepted by the client, or check if a specific language is accepted.
+ * Get the languages accepted by the client, or check if a specific language is accepted.
  *
  * Get the list of accepted languages:
  *