Skip to content

Commit 678ff3c

Browse files
committed
spelling correction
1 parent bdf94b6 commit 678ff3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/phonecall_srv.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ handle_call(Request, _From, State) ->
9696
{Reply, NewS}
9797
= case Request of
9898
{call_complete, Rec} ->
99-
% we do nothing, but you might want to squirrell away the
100-
% duration for bill purposes
99+
% we do nothing, but you might want to squirrel away the
100+
% duration for billing purposes
101101
% apply the completion callback fns
102102
[Fun(Rec, State) || {Event, Fun}
103103
<- State#state.eventcallbacks,

0 commit comments

Comments
 (0)