From 377bf414b1ebc78c8f852d0a1dc5f38d2a06e2d2 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 4 Aug 2015 11:35:18 +0100 Subject: [PATCH] Ecore audio: Fix typo We really need to fix dependency tracking for .eo files. It didn't regenerate dependencies... --- src/lib/ecore_audio/ecore_audio_out.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {