From 7ad13dd04ad1e9194f21933c4ae71e9039b9cf1f Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Wed, 25 Feb 2026 13:49:42 +0100 Subject: [PATCH] - --- libao/libao.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libao/libao.rkt b/libao/libao.rkt index 7c7717b..01deebd 100644 --- a/libao/libao.rkt +++ b/libao/libao.rkt @@ -233,7 +233,7 @@ (define (ao-pause handle pause) (if (eq? libao-async-mode 'ffi) (ffi:ao_pause_async (ao-handle-async-player handle) pause) - (scm:ao_pause_async (ao-handle-async-plauer handle) pause) + (scm:ao_pause_async (ao-handle-async-player handle) pause) )) (define (ao-at-second handle)