aboutsummaryrefslogtreecommitdiffstats
path: root/docs/misc/xenstore.txt
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-04-03 11:34:21 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-04-03 11:34:21 +0100
commit48f0d952faad9bf386c454bf32f6b98cf658f15b (patch)
treeca0300a6f87bf5516b1c7d1266fa63e0baa30134 /docs/misc/xenstore.txt
parent4586f27b6c68500feb702015793a240ea92120d7 (diff)
downloadxen-48f0d952faad9bf386c454bf32f6b98cf658f15b.tar.gz
xen-48f0d952faad9bf386c454bf32f6b98cf658f15b.tar.bz2
xen-48f0d952faad9bf386c454bf32f6b98cf658f15b.zip
docs: Fix typos.
Signed-off-by: Atsushi SAKAI <sakaia@jp.fujitsu.com>
Diffstat (limited to 'docs/misc/xenstore.txt')
-rw-r--r--docs/misc/xenstore.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/misc/xenstore.txt b/docs/misc/xenstore.txt
index baf2c42dc0..f46cf4f525 100644
--- a/docs/misc/xenstore.txt
+++ b/docs/misc/xenstore.txt
@@ -129,7 +129,7 @@ The following are the actual type values, including the request and
reply payloads as applicable:
----------- Database read, write and permissions operatons ----------
+---------- Database read, write and permissions operations ----------
READ <path>| <value|>
WRITE <path>|<value|>
@@ -206,7 +206,7 @@ WATCH_EVENT <epath>|<token>|
as described above. req_id and tx_id are both 0.
<epath> is the event's path, ie the actual path that was
- modifed; however if the event was the recursive removal of an
+ modified; however if the event was the recursive removal of an
parent of <wpath>, <epath> is just
<wpath> (rather than the actual path which was removed). So
<epath> is a child of <wpath>, regardless.