diff --git a/Makefile b/Makefile index 5b1e102..dd7d584 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROJECT = restc -# Dependecies ########################################################## +# Dependencies ########################################################## DEPS = hackney jsx erlsom dep_hackney = hex 1.15.1 diff --git a/test/mochiweb_util.erl b/test/mochiweb_util.erl index 36b566f..d13aba4 100644 --- a/test/mochiweb_util.erl +++ b/test/mochiweb_util.erl @@ -509,7 +509,7 @@ extract_q(KVRe, QRe, [Param | Rest], Acc) -> %% %% The returned list of encodings is sorted, descendingly, according to the %% Q values of the given list. The last element of this list is the given -%% default encoding unless this encoding is explicitily or implicitily +%% default encoding unless this encoding is explicitly or implicitily %% marked with a Q value of 0.0 in the given Q values list. %% Note: encodings with the same Q value are kept in the same order as %% found in the input Q values list.