diff --git a/applications/callflow/src/cf_route_win.erl b/applications/callflow/src/cf_route_win.erl index 799e81cfbf8..bc0bff2c707 100644 --- a/applications/callflow/src/cf_route_win.erl +++ b/applications/callflow/src/cf_route_win.erl @@ -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.