From 9b39fd5ef51eefc85af99b5aefac1a109bc17de3 Mon Sep 17 00:00:00 2001 From: Thabokani <149070269+Thabokani@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:09:50 +0800 Subject: [PATCH] NIP-96: fix typo --- 96.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/96.md b/96.md index d8ea105e..3ebbef83 100644 --- a/96.md +++ b/96.md @@ -273,7 +273,7 @@ The `server` should reject deletes from users other than the original uploader. It should be noted that more than one user may have uploaded the same file (with the same hash). In this case, a delete must not really delete the file but just remove the user's `pubkey` from the file owners list (considering the server keeps just one copy of the same file, because multiple uploads of the same file results in the same file hash). -The successfull response is a 200 OK one with just basic JSON fields: +The successful response is a 200 OK one with just basic JSON fields: ``` {