From 41f94a62fcc14022f7d2401a3adefeaa111d0628 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 16 May 2017 06:00:01 +0000 Subject: [PATCH] Spelling --- include/dba.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dba.php b/include/dba.php index ccce9ed816..b9e6c32d56 100644 --- a/include/dba.php +++ b/include/dba.php @@ -460,7 +460,7 @@ class dba { } /** - * @brief beautifies the query - seful for "SHOW PROCESSLIST" + * @brief beautifies the query - useful for "SHOW PROCESSLIST" * * This is safe when we bind the parameters later. * The parameter values aren't part of the SQL.