From 49049d4818c0dc68b11a6c74d56c9ecc1db16a47 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Sun, 27 Oct 2013 22:49:59 +0100 Subject: [PATCH] Fixing typo --- Cake/ORM/Table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cake/ORM/Table.php b/Cake/ORM/Table.php index 3a80279f6e3..3bb52b3e7e1 100644 --- a/Cake/ORM/Table.php +++ b/Cake/ORM/Table.php @@ -37,7 +37,7 @@ * * ### Retrieving data * - * The primary way to retreive data is using Table::find(). See that method + * The primary way to retrieve data is using Table::find(). See that method * for more information. * * ### Bulk updates/deletes