summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-11-25 14:05:07 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-11-25 14:05:07 -0500
commit17a393694434b274edbf12681b05f1f5ed8c31dc (patch)
tree35d0d631df63aab57c926e19cc347bf9f568cf79
parentac109a11976014d876b5ea920c4c7ba8034683fa (diff)
emacs-as-an-os: fix typo
-rw-r--r--public/emacs-as-an-os.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/emacs-as-an-os.md b/public/emacs-as-an-os.md
index b3db3d1..ed6396c 100644
--- a/public/emacs-as-an-os.md
+++ b/public/emacs-as-an-os.md
@@ -30,7 +30,7 @@ reasonably powerful IPC mechanisms. It has shells, mail clients (MUAs
and MSAs), web browsers, web servers and more, all written entirely in
Emacs Lisp.
-My might say "but a lot of that is being done by the host operating
+You might say, "but a lot of that is being done by the host operating
system!" Sure, some of it is, but all of it is sufficiently low
level. If you wanted to share the filesystem with another OS running
in a VM, you might do it by sharing it as a network filesystem; this