Fix "traversal" typos in the scouting app
This patch fixes all instances of "transversal" to "traversal".
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: Ib3310ea6337301504bbc7b6a4d157564faf1abac
diff --git a/scouting/db/db.go b/scouting/db/db.go
index 1f182b1..3956612 100644
--- a/scouting/db/db.go
+++ b/scouting/db/db.go
@@ -39,7 +39,7 @@
// 3 -> "Low"
// 4 -> "Medium"
// 5 -> "High"
- // 6 -> "Transversal"
+ // 6 -> "Traversal"
Climbing int32
// Some non-numerical data that the scout felt worth noting.
Comment string