From 76888463ce1db22538be767045a447d559df8223 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Thu, 4 Aug 2016 15:56:23 -0700 Subject: [PATCH] Typo --- devices/pc8080/machine/vt100/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/pc8080/machine/vt100/README.md b/devices/pc8080/machine/vt100/README.md index a2444b765..a17fc49e0 100644 --- a/devices/pc8080/machine/vt100/README.md +++ b/devices/pc8080/machine/vt100/README.md @@ -13,8 +13,8 @@ DEC VT100 Terminal This is a work-in-progress emulation of another 8080-based machine: the VT100 Terminal. -Unlike other VT100 emulators, this is not simply an emulation of VT100 protocols. It is a simulation of the entire -machine, running the orginal [VT100 Firmware](/devices/pc8080/rom/vt100/) inside the [PC8080](/modules/pc8080/) CPU emulator. +Unlike other VT100 emulators, this is not simply an emulation of VT100 protocols. It is a simulation of the original VT100 +machine, running the [VT100 Firmware](/devices/pc8080/rom/vt100/) inside the [PC8080](/modules/pc8080/) CPU emulator. {% include machine.html id="vt100" %}