From 9a1d9cf4b063c0eef0d9dd9d6eb3b687febf3a16 Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Mon, 15 Jul 2024 22:15:21 -0400 Subject: [PATCH] More typo fixes --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 7e646d9..4fc0b19 100644 --- a/USAGE.md +++ b/USAGE.md @@ -95,7 +95,7 @@ Node is a really overloaded term that can mean many things, so we're just piling We'll make a distinction between a few words. A _host_ can refer to any machine or computer that runs code, contains files, and so on. A _node_ is specifically an instance of the Erlang virtual machine. Each virtual machine instance is given a name of the form `name@hostname`. -There can therefore be multiple ReVault nodes running on a single host. We can say that nodes talk to each other, and the implication here is that oke node uses its own host's network stack to connect to another host that runs another node and communicate with it. +There can therefore be multiple ReVault nodes running on a single host. We can say that nodes talk to each other, and the implication here is that one node uses its own host's network stack to connect to another host that runs another node and communicate with it. We will also use the terms _local_ and _remote_ as qualifiers for nodes: “local” just means whichever node's context and perspective we are adopting right now, and “remote” is the peer with whom the local node is communicating.