Skip to content

Commit

Permalink
Typo Sucess -> Success
Browse files Browse the repository at this point in the history
  • Loading branch information
Esya committed Oct 5, 2015
1 parent 7cfda88 commit 432ed3a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion applications/crossbar/src/modules/cb_shared_auth.erl
Expand Up @@ -277,7 +277,7 @@ import_missing_account(_AccountId, 'undefined') ->
lager:debug("shared auth reply did not define an account definition"),
'false';
import_missing_account(AccountId, Account) ->
%% check if the acount datbase exists
%% check if the account database exists
Db = wh_util:format_account_id(AccountId, 'encoded'),
case couch_mgr:db_exists(Db) of
%% if the account database exists make sure it has the account
Expand Down
2 changes: 1 addition & 1 deletion applications/trunkstore/src/ts_callflow.erl
Expand Up @@ -158,7 +158,7 @@ process_event_for_bridge(#ts_callflow_state{aleg_callid=ALeg
], JObj, <<"UNSPECIFIED">>) =:= <<"SUCCESS">>
of
'true' ->
lager:info("bridge completed sucessfully", []),
lager:info("bridge completed successfully", []),
{'hangup', State};
'false' ->
lager:info("bridge failed: ~s"
Expand Down
2 changes: 1 addition & 1 deletion core/kazoo_bindings-1.0.0/test/kazoo_bindings_test.erl
Expand Up @@ -112,7 +112,7 @@ expanded_paths() ->
])
end).

%% Tries to make a pattern wrong. Will not always suceed because a pattern
%% Tries to make a pattern wrong. Will not always succeed because a pattern
%% like "#" can be anything at all.
%%
%% Returns {Str, ShouldMatchOriginal}.
Expand Down
Expand Up @@ -121,7 +121,7 @@ prepare_check_result([_|Results], JObj) ->
%%--------------------------------------------------------------------
%% @public
%% @doc
%% Attempt to find the number, and if sucessful return the account
%% Attempt to find the number, and if successful return the account
%% assignment
%% @end
%%--------------------------------------------------------------------
Expand Down
Expand Up @@ -602,7 +602,7 @@ handle_request({<<"STARTTLS">>, <<>>}, #state{socket = Socket, module = Module,
% TODO: certfile and keyfile should be at configurable locations
case socket:to_ssl_server(Socket, Options2, 5000) of
{ok, NewSocket} ->
%io:format("SSL negotiation sucessful~n"),
%io:format("SSL negotiation successful~n"),
{ok, State#state{socket = NewSocket, envelope=undefined,
authdata=undefined, waitingauth=false, readmessage=false,
tls=true, callbackstate = Module:handle_STARTTLS(OldCallbackState)}};
Expand Down
2 changes: 1 addition & 1 deletion deps/nksip-0.4.0/doc/reference/sending_options.md
Expand Up @@ -68,7 +68,7 @@ Option|Types|Description|Commment

Option|Types|Description|Commment
---|---|---|---|
auto_2xx_ack||Generates and sends an ACK automatically after a successful INVITE response|ACKs for unsucessful responses are always generated by NkSIP automatically
auto_2xx_ack||Generates and sends an ACK automatically after a successful INVITE response|ACKs for unsuccessful responses are always generated by NkSIP automatically
no_auto_expire||Do not generate automatic CANCEL for expired INVITE requests|
to_as_from||Replaces To header with current From value|Useful for REGISTER requests
unregister_all||For REGISTER requests, sets Contact to "*" and Expires to 0|Only for REGISTER
Expand Down

0 comments on commit 432ed3a

Please sign in to comment.