about summary refs log tree commit homepage
path: root/Documentation/design_notes.txt
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-03-05 07:00:41 +0000
committerEric Wong <e@80x24.org>2016-03-05 07:00:41 +0000
commit209476bb4cf497810564eb764e93854504a3aa6d (patch)
tree8e3e88e46f0f3ac69c14f381c0efb0b864cee19b /Documentation/design_notes.txt
parent22f181c10256278f0fb4c9a664a82e3e68d208a6 (diff)
downloadpublic-inbox-209476bb4cf497810564eb764e93854504a3aa6d.tar.gz
Letz trie 2 uphear liter8
Diffstat (limited to 'Documentation/design_notes.txt')
-rw-r--r--Documentation/design_notes.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/design_notes.txt b/Documentation/design_notes.txt
index ec1dc800..5da48b5d 100644
--- a/Documentation/design_notes.txt
+++ b/Documentation/design_notes.txt
@@ -41,7 +41,7 @@ Why email?
   developers and users of Free Software should not rely on proprietary
   tools or services.
 
-* Existing infrastrucuture, tools, and user familarity.
+* Existing infrastructure, tools, and user familiarity.
   There is already a large variety of tools, clients, and email providers
   available.  There are also many resources for users to run their own
   SMTP server on a domain they control.
@@ -143,10 +143,10 @@ Scalability notes
 Even with shallow clone, storing the history of large/busy mailing lists
 may place much burden on subscribers and servers.  However, having a
 single (or few) refs representing the entire history of a list is good
-for small lists since it's easier to lookup a message by Message-ID, so
+for small lists since it's easier to look up a message by Message-ID, so
 we want to avoid splitting refs with independent histories.
 
-ssoma will likely grow its own builtin ref rotation system based on
+ssoma will likely grow its own built-in ref rotation system based on
 message count (not rotating at fixed time intervals).  This would
 split the histories and require O(n) lookup time based on Message-ID,
 where `n' is the number of history splits.