Fix "forseen" typo
diff --git a/script/print-json-token-debug-format.c b/script/print-json-token-debug-format.c
index 14af817..ea3d330 100644
--- a/script/print-json-token-debug-format.c
+++ b/script/print-json-token-debug-format.c
@@ -416,7 +416,7 @@
     n = strnlen(status_msg, 2047);
   }
   fprintf(stderr, "%s\n", status_msg);
-  // Return an exit code of 1 for regular (forseen) errors, e.g. badly
+  // Return an exit code of 1 for regular (foreseen) errors, e.g. badly
   // formatted or unsupported input.
   //
   // Return an exit code of 2 for internal (exceptional) errors, e.g. defensive