Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maas-Maarten Zeeman committed Jan 11, 2011
1 parent 68219f1 commit 40cdd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_signal/models/m_signal.erl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ m_find_value(Name, #m{value={_SignalType, SignalProps}}, _Context) ->
m_find_value(type, #m{value=undefined}=M, _Context) ->
M#m{value=type};
m_find_value(props, #m{value=undefined}=M, _Context) ->
M#m{value=type};
M#m{value=props};
m_find_value({SignalType, _SignalProps}, #m{value=type}, _Context) ->
SignalType;
m_find_value({_SignalType, SignalProps}, #m{value=props}, _Context) ->
Expand Down

0 comments on commit 40cdd84

Please sign in to comment.