From: Eric S. Raymond Date: Wed, 14 Nov 2018 18:53:17 +0000 (-0500) Subject: typo fix. X-Git-Tag: 1.6~2 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=7bb2cda986e7357547ffff85268c765b53257111 typo fix. --- diff --git a/notes.adoc b/notes.adoc index ea98f65..538de28 100644 --- a/notes.adoc +++ b/notes.adoc @@ -177,6 +177,6 @@ We have made exactly one minor architectural change. In addition to the old code's per-object state-description messages, we now have a per-object message series for state *changes*. This makes it possible to pull a fair amount of text out of the arbitrary-messages list and associate those -mesages with the objects that conceptually own them. +messages with the objects that conceptually own them. // end