Skip to content

Commit 5b9b6ba

Browse files
rrooijJanWielemaker
authored andcommitted
Fix typo: aceptable to acceptable
1 parent a04caea commit 5b9b6ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

http_json.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
_{location:Location, method:UMethod}) :-
450450
upcase_atom(Method, UMethod).
451451
json_status_reply(not_acceptable(Why),
452-
[ 'Request is not aceptable: ~p'-[Why]
452+
[ 'Request is not acceptable: ~p'-[Why]
453453
],
454454
_{}).
455455
json_status_reply(server_error(ErrorTerm), Lines, _{}) :-

http_openid.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
this library through openid_user/3. In addition, it must implement the
123123
hook http_openid:openid_hook(trusted(OpenId, Server)) to define accepted
124124
OpenID servers. Typically, this hook is used to provide a white-list of
125-
aceptable servers. Note that accepting any OpenID server is possible,
125+
acceptable servers. Note that accepting any OpenID server is possible,
126126
but anyone on the internet can setup a dummy OpenID server that simply
127127
grants and signs every request. Here is an example:
128128

0 commit comments

Comments
 (0)