Skip to content

Commit 512527b

Browse files
authored
rephrase
1 parent 0135d95 commit 512527b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soundcard/pulseaudio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
try:
1717
_pa = _ffi.dlopen('pulse')
1818
except OSError:
19-
# Need sometimes explicite sharedobject name on Linux
19+
# Try explicit file name, if the general does not work (e.g. on nixos)
2020
_pa = _ffi.dlopen('libpulse.so')
2121

2222
# First, we need to define a global _PulseAudio proxy for interacting

0 commit comments

Comments
 (0)