From ec283abb14cd5663ebd066c3109f47258d3d37d5 Mon Sep 17 00:00:00 2001 From: vrana Date: Tue, 27 Mar 2012 23:57:50 -0700 Subject: [PATCH] Fix typo in comment Auditor: epriestley --- src/storage/lisk/dao/LiskDAO.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/lisk/dao/LiskDAO.php b/src/storage/lisk/dao/LiskDAO.php index 0e501542c5..a8714b3844 100644 --- a/src/storage/lisk/dao/LiskDAO.php +++ b/src/storage/lisk/dao/LiskDAO.php @@ -784,7 +784,7 @@ abstract class LiskDAO { * Make an object read-only. * * Making an object ephemeral indicates that you will be changing state in - * such a way that you would never ever want it to be written to back to the + * such a way that you would never ever want it to be written back to the * storage. */ public function makeEphemeral() {