Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
icehess committed Sep 18, 2020
1 parent 2a2d102 commit 0996417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/callflow/src/cf_route_win.erl
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ maybe_normalize_number(EndPointJObj, Call) ->
andalso kapps_call:kvs_fetch('cf_capture_group', Call) =:= 'undefined'
of
'true' ->
lager:debug("no dial plan or capture group, using origin dialed number '~s'", [Request]),
lager:debug("no dial plan or capture group, using original dialed number '~s'", [Request]),
Request;
'false' ->
lager:debug("normalizing number number '~s'", [Request]),
lager:debug("normalizing number '~s'", [Request]),
knm_converters:normalize(Request, AccountId, DialPlan)
end.

Expand Down

0 comments on commit 0996417

Please sign in to comment.