Skip to content

Commit d1493dc

Browse files
authored
Fix a tiny typo (#1077)
1 parent b0cc303 commit d1493dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/src/tutorial/writing_a_callback.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ typedef struct
3434
paTestData;
3535

3636
/* This routine will be called by the PortAudio engine when audio is needed.
37-
** It may called at interrupt level on some machines so don't do anything
37+
** It may be called at interrupt level on some machines so don't do anything
3838
** that could mess up the system like calling malloc() or free().
3939
*/
4040
static int patestCallback( const void *inputBuffer, void *outputBuffer,

0 commit comments

Comments
 (0)