Description: spelling
Author: Nicolas Boulenguez <nicolas@debian.org>
Forwarded: no

--- a/xref/gnatcoll-xref.adb
+++ b/xref/gnatcoll-xref.adb
@@ -1268,7 +1268,7 @@
 
       --  Various cases are possible, depending where the range low..high
       --  occurs compared to the data we already know. We could take the naive
-      --  approach of always reseting the array when we grow it, and always
+      --  approach of always resetting the array when we grow it, and always
       --  comparing the full Low..High range, but this is slower in practice.
       --
       --   |1-------max|
--- a/sqlite/gnatcoll-sql-sqlite-builder.adb
+++ b/sqlite/gnatcoll-sql-sqlite-builder.adb
@@ -307,7 +307,7 @@
 
             Status := Reset (Self.Stmt);
             if Status /= Sqlite_OK then
-               Trace (Me, "Error when reseting cursor to free LOCKS: "
+               Trace (Me, "Error when resetting cursor to free LOCKS: "
                       & Status'Img);
             end if;
          end if;
