lib: misc typos
[nit.git] / lib / gamnit / camera_control_linux.nit
index 8c92e91..2aa5d48 100644 (file)
@@ -23,7 +23,7 @@ redef class EulerCamera
        # Zoom factor, default at 1.2, higher means more reactive zoom effect
        var camera_zoom_mod = 1.2 is writable
 
-       # Scoll trigger button mask from SDL2 (1: left, 2: middle, 4: right)
+       # Scroll trigger button mask from SDL2 (1: left, 2: middle, 4: right)
        #
        # Set to 0 to deactivate the scrolling feature.
        var camera_pan_mask = 2 is writable