diff options
author | Sean Allred <code@seanallred.com> | 2014-12-30 23:10:01 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-12-30 23:10:01 -0500 |
commit | b8eb3d978109c1d5bf18be8cc1e1678afb6c017a (patch) | |
tree | 52e043a0b6db21604bd029f064b3d462bcd4bc03 | |
parent | 06f7059bffa517d63c72a0815ff0779cfe5e5ce2 (diff) |
Fix typo
-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))))))) |