diff options
author | Sean Allred <code@seanallred.com> | 2015-01-01 19:11:21 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-01 19:11:21 -0500 |
commit | de9bf24bb7ccbb5f94cc523d4eb291ed793537fd (patch) | |
tree | 30a03a95b3184c00432bc01144435b4a2e28ce14 /sx-request.el | |
parent | 39116611ea99b3b0ba33545d38c2983a17db487d (diff) | |
parent | e05f937910bb4ca0e7ea1c9f1273fbafac523921 (diff) |
Merge branch 'master' into search
Diffstat (limited to 'sx-request.el')
-rw-r--r-- | sx-request.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-request.el b/sx-request.el index 1031ea7..bc34f9c 100644 --- a/sx-request.el +++ b/sx-request.el @@ -162,7 +162,7 @@ the main content of the response is returned." .method .error_id .error_name .error_message)) (when (< (setq sx-request-remaining-api-requests .quota_remaining) sx-request-remaining-api-requests-message-threshold) - (sx-message "%d API requests reamining" + (sx-message "%d API requests remaining" sx-request-remaining-api-requests)) (sx-encoding-clean-content-deep .items))))))) |