diff options
author | Joshua Branson <jbranso@fastmail.com> | 2018-12-18 10:26:21 -0500 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-12-30 21:22:00 +0100 |
commit | 3522f03df817bff6a2ff8b313798f00b56a80a8d (patch) | |
tree | 54979b943ea2ecd7d63a77fe5229ac37c355526c | |
parent | 44a5e147ab03ca5fab5e95e2c01e34a99d587503 (diff) |
I fixed a typo on the mig documentation page. espacially -> especially.
-rw-r--r-- | microkernel/mach/mig/documentation.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/microkernel/mach/mig/documentation.mdwn b/microkernel/mach/mig/documentation.mdwn index 96731a5d..07299d48 100644 --- a/microkernel/mach/mig/documentation.mdwn +++ b/microkernel/mach/mig/documentation.mdwn @@ -66,7 +66,7 @@ pp. 67--77." # Further Relevant Documentation - * The [[GNU_Mach_Reference_Manual|gnumach/reference_manual]], espacially + * The [[GNU_Mach_Reference_Manual|gnumach/reference_manual]], especially [Chapter 4, Inter Process Communication](http://www.gnu.org/software/hurd/gnumach-doc/Inter-Process-Communication.html). |