Commit a552fa06 authored by Dennis van Amerongen's avatar Dennis van Amerongen

typo ouput -> output

parent bed43d31
...@@ -208,7 +208,7 @@ HRESULT FindCrossbarRoutes( vlc_object_t *p_this, access_sys_t *p_sys, ...@@ -208,7 +208,7 @@ HRESULT FindCrossbarRoutes( vlc_object_t *p_this, access_sys_t *p_sys,
// remember connector type // remember connector type
physicalType = inputPinPhysicalType; physicalType = inputPinPhysicalType;
msg_Dbg( p_this, "found existing route for ouput %ld (type %ld) to input %ld (type %ld)", msg_Dbg( p_this, "found existing route for output %ld (type %ld) to input %ld (type %ld)",
outputPinIndex, outputPinPhysicalType, inputPinIndex, outputPinIndex, outputPinPhysicalType, inputPinIndex,
inputPinPhysicalType ); inputPinPhysicalType );
...@@ -260,7 +260,7 @@ HRESULT FindCrossbarRoutes( vlc_object_t *p_this, access_sys_t *p_sys, ...@@ -260,7 +260,7 @@ HRESULT FindCrossbarRoutes( vlc_object_t *p_this, access_sys_t *p_sys,
p_sys->crossbar_routes[depth].AudioOutputIndex = outputPinIndexRelated; p_sys->crossbar_routes[depth].AudioOutputIndex = outputPinIndexRelated;
msg_Dbg( p_this, "crossbar at depth %d, found route for " msg_Dbg( p_this, "crossbar at depth %d, found route for "
"ouput %ld (type %ld) to input %ld (type %ld)", depth, "output %ld (type %ld) to input %ld (type %ld)", depth,
outputPinIndex, outputPinPhysicalType, inputPinIndex, outputPinIndex, outputPinPhysicalType, inputPinIndex,
inputPinPhysicalType ); inputPinPhysicalType );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment