Ecore audio: Fix typo

We really need to fix dependency tracking for .eo files. It didn't regenerate
dependencies...
This commit is contained in:
Tom Hacohen 2015-08-04 11:35:18 +01:00
parent bc8f38a93f
commit 377bf414b1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ class Ecore_Audio_Out (Ecore_Audio)
]] ]]
return: bool; [[true if the input was attached, false otherwise]] return: bool; [[true if the input was attached, false otherwise]]
params { 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 { input_detach {