Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBencina authored Mar 8, 2024
1 parent 366eeb9 commit 32a2c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hostapi/pulseaudio/pa_linux_pulseaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extern char *__progname;
int PaPulseAudio_CheckConnection( PaPulseAudio_HostApiRepresentation * ptr )
{
/*
* This is bit hackish as -1 is consired as error
* This is bit hackish as -1 is considered as an error
* but PA_ERR_* are positive and PA_OK is zero.
* That is why return -1 for we are waiting something
* to happen is 'correct'
Expand Down

0 comments on commit 32a2c05

Please sign in to comment.