diff --git a/sw/ground_segment/cockpit/gcs.ml b/sw/ground_segment/cockpit/gcs.ml index 1656f2eb38..e0cd0294d6 100644 --- a/sw/ground_segment/cockpit/gcs.ml +++ b/sw/ground_segment/cockpit/gcs.ml @@ -454,7 +454,7 @@ let rec find_widget_children = fun name xml -> let xmls = Xml.children xml in match String.lowercase (Xml.tag xml) with "widget" when ExtXml.attrib xml "name" = name -> xmls - | "rows" | "colums" -> + | "rows" | "columns" -> let rec loop = function [] -> raise Not_found | x::xs ->