File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 449
449
_ {location :Location , method :UMethod }) :-
450
450
upcase_atom(Method , UMethod ).
451
451
json_status_reply (not_acceptable(Why ),
452
- [ 'Request is not aceptable : ~p' -[Why ]
452
+ [ 'Request is not acceptable : ~p' -[Why ]
453
453
],
454
454
_ {}).
455
455
json_status_reply (server_error(ErrorTerm ), Lines , _ {}) :-
Original file line number Diff line number Diff line change 122
122
this library through openid_user/3. In addition, it must implement the
123
123
hook http_openid:openid_hook(trusted(OpenId, Server)) to define accepted
124
124
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,
126
126
but anyone on the internet can setup a dummy OpenID server that simply
127
127
grants and signs every request. Here is an example:
128
128
You can’t perform that action at this time.
0 commit comments