Skip to content

Commit

Permalink
spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo committed Jul 19, 2018
1 parent 5e70711 commit 27df519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/callflow/src/module/cf_park.erl
Expand Up @@ -641,7 +641,7 @@ wait_for_pickup(SlotNumber, Slot, Data, Call) ->
_ = publish_retrieved(Call, SlotNumber),
cf_exe:transfer(Call);
'bridged' ->
lager:info("ringback to parker was sucessful"),
lager:info("ringback to parker was successful"),
_ = cleanup_slot(SlotNumber, cf_exe:callid(Call), kapps_call:account_db(Call)),
_ = publish_retrieved(Call, SlotNumber),
cf_exe:transfer(Call);
Expand Down

0 comments on commit 27df519

Please sign in to comment.