From c332b8c20271b1c0ea55b29c49aaddd34967a628 Mon Sep 17 00:00:00 2001 From: colshrapnel Date: Sun, 5 Oct 2014 23:54:40 +0400 Subject: [PATCH] spelling --- safemysql.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safemysql.class.php b/safemysql.class.php index bc492a5..7c2df96 100644 --- a/safemysql.class.php +++ b/safemysql.class.php @@ -3,7 +3,7 @@ * @author col.shrapnel@gmail.com * @link http://phpfaq.ru/safemysql * - * Safe and convenient vay to handle SQL queries utilizing type-hinted placeholders. + * Safe and convenient way to handle SQL queries utilizing type-hinted placeholders. * * Key features * - set of helper functions to get the desired result right out of query, like in PEAR::DB