]> git.scottworley.com Git - srec/commitdiff
Spell "loopback" correctly
authorScott Worley <scottworley@scottworley.com>
Mon, 6 Oct 2025 02:37:14 +0000 (19:37 -0700)
committerScott Worley <scottworley@scottworley.com>
Mon, 6 Oct 2025 02:37:14 +0000 (19:37 -0700)
srec.py

diff --git a/srec.py b/srec.py
index bacc1df5654fbffd2c8a8b4765abcc87e420f0b8..01b5a8ca7ec1200aff08d41fe85e718f224f5341 100644 (file)
--- a/srec.py
+++ b/srec.py
@@ -106,7 +106,7 @@ def make_button(label: str, action: Callable[[
 
 
 def make_share_control() -> Gtk.CheckButton:
-    can_share = os.path.exists('/sys/module/v4l2looback')
+    can_share = os.path.exists('/sys/module/v4l2loopback')
     control = Gtk.CheckButton(
         label='Share Webcam', sensitive=can_share, active=can_share)
     control.set_margin_start(20)