From a45c4af2ec7eb62335da196a72cc3d4c770d4b13 Mon Sep 17 00:00:00 2001
From: "Stephen R. van den Berg" <srb@cuci.nl>
Date: Thu, 9 Nov 2017 10:07:00 +0100
Subject: [PATCH] Spelling fixes.

---
 lib/modules/Sql.pmod/Sql.pike | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/modules/Sql.pmod/Sql.pike b/lib/modules/Sql.pmod/Sql.pike
index 895fef90d6..56d55af081 100644
--- a/lib/modules/Sql.pmod/Sql.pike
+++ b/lib/modules/Sql.pmod/Sql.pike
@@ -29,7 +29,7 @@
 //! works well. That means at least that SQL integer fields are
 //! returned as pike integers, floats as floats, SQL NULL as
 //! @[Val.null], and of course strings still as strings. The
-//! representation of other SQL types depend on the capabilities of
+//! representation of other SQL types depends on the capabilities of
 //! the server specific backends. It's also possible that floats in
 //! some cases are represented in other ways if too much precision is
 //! lost in the conversion to pike floats.
-- 
GitLab