diff --git a/src/lib/ecore_audio/ecore_audio_out.eo b/src/lib/ecore_audio/ecore_audio_out.eo index cd25f87c8b..aa46ec679d 100644 --- a/src/lib/ecore_audio/ecore_audio_out.eo +++ b/src/lib/ecore_audio/ecore_audio_out.eo @@ -11,7 +11,7 @@ class Ecore_Audio_Out (Ecore_Audio) ]] return: bool; [[true if the input was attached, false otherwise]] params { - @in input: Ecore_Audion_In *; [[The input to attach to the output]] + @in input: Ecore_Audio_In *; [[The input to attach to the output]] } } input_detach {