diff options
author | Sean Allred <code@seanallred.com> | 2015-01-02 12:14:23 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-02 12:14:23 -0500 |
commit | dbbcabcffcd7ef171b7f8f28ce35e28b70aa00a8 (patch) | |
tree | 7c66182afa68c8dc1528c50ae0c0f846d278ef12 /sx-request.el | |
parent | 00ccd139248e782cd8316eff65c26aed838c7e46 (diff) | |
parent | 9a420bffcc426b4826f14ad1f62b5430750821df (diff) |
Merge branch 'master' into fix-mark-read-logic
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))))))) |