summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpcblockchainexplorer/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpcblockchainexplorer/api.py b/rpcblockchainexplorer/api.py
index 01d865e..8d9ae17 100644
--- a/rpcblockchainexplorer/api.py
+++ b/rpcblockchainexplorer/api.py
@@ -11,7 +11,7 @@ import types
# For using python-bitcoinlib for details about the Bitcoin Core RPC protocol.
import inspect
-# For some even more devious trickery involving partilaly-pre-specified
+# For some even more devious trickery involving partially-pre-specified
# function calls.
import functools