fix some typos reported by Kiyoshi

FossilOrigin-Name: 80affe3c3021745346cc44ecc5bb75823a63f06f8da4368a0e1495132f351db2
This commit is contained in:
crc 2019-02-04 12:30:40 +00:00
parent 49db2cb886
commit 4044fa6293
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ made it crucial to keep track of what was in memory and what had
been patched so that the metacompiler wouldn't refer to anything
in the old image during the relocation and control change. It
was far too easy to make a mistake, discover that elements of
the new image were broken, and the have to go and revert many
the new image were broken, and then have to go and revert many
changes to try to figure out what went wrong.
This was also complicated by the fact that I built new images

View file

@ -14,7 +14,7 @@ Retro 11 was built using the last Retro 10 image and an
evolved version of the metacompiler. This worked well, but
I eventually found it to be problematic.
One of the issueo sI faced was the inability to make a new
One of the issues I faced was the inability to make a new
image from the prior stable release. Since I develop and
test changes incrementally, I reached a point where the
current metacompiler and image required each other. This