src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 19 Mar 2024 14:42:58 +0000 (22:42 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 Mar 2024 14:42:58 +0000 (22:42 +0800)
src/Builder4/Editor.vala

src/Builder4/Editor.bjs
src/Builder4/Editor.vala

index a62d9c9..98884bb 100644 (file)
           "\t \tnew_row = _this.navigationselmodel.getRowFromSymbol(sym);",
           " \t\tGLib.debug(\"select line %d - row found %d\", line, new_row);",
           " \t} else {",
-          " \t\tGLib.debug(\" no sumbol found at line %d\", line);",
+          " \t\tGLib.debug(\" no symbol found at line %d\", line);",
           " \t}",
           " \tif (new_row == this.selected_row) {",
           " \t\treturn;",
index 143d20b..5c2c95b 100644 (file)
@@ -1914,7 +1914,7 @@ public class Editor : Object
                                new_row = _this.navigationselmodel.getRowFromSymbol(sym);
                                GLib.debug("select line %d - row found %d", line, new_row);
                        } else {
-                               GLib.debug(" no sumbol found at line %d", line);
+                               GLib.debug(" no symbol found at line %d", line);
                        }
                        if (new_row == this.selected_row) {
                                return;