Index: main/input.lisp
===================================================================
--- main/input.lisp	(revision main,14)
+++ main/input.lisp	(revision main,15)
@@ -1,8 +1,8 @@
 ;;;; TODO: Change all the keycode symbols to an enumeration so that
-;;;; Lisp will deetect typos, &c.
+;;;; Lisp will detect typos, &c.
 
 (defpackage #:input
   (:use #:cl #:cffi)
-  (:export))
+  (:export #:%wget-wch))
 
 (in-package #:input)
