summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tim@cozy.co>2015-08-13 17:50:25 -0700
committerThom May <thom@may.lt>2015-08-14 15:14:36 +0100
commit5a4e14ae8f23202ef95e3226b498ce33f0c33d48 (patch)
tree3f8031d5d6ac6f2aca2b0eeda9c5612c42048975 /RELEASE_NOTES.md
parent9856e78a7be8b4f1f6e8c72b2d68d3df29b0179d (diff)
downloadohai-5a4e14ae8f23202ef95e3226b498ce33f0c33d48.tar.gz
Minor spelling fixes
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 5d1c2996..27cd8a3c 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -33,13 +33,13 @@ problems:
* Can handle a device mounted multiple places
* Is resilient to mtab being a symlink to /proc/mounts
* Provides multiple views for ease of use
-* Provides a mechanism that has gauranteed lack of overwritten data
+* Provides a mechanism that has guaranteed lack of overwritten data
* Forks far fewer times than it's predecessor
Unlike the 'filesystem' plugin, it provides 3 views into the data:
* `by_pair` is the primary one and what most users are expected to use. It
- gaurantees no loss of data from conflict and has an entry in the hash for each
+ guarantees no loss of data from conflict and has an entry in the hash for each
pair of $device,$mountpoint (or "$device," for unmounted devices).
* `by_device` a similar layout to the original filesystem plugin which is
indexed by device, except that 'mount' entry is now 'mounts' and is an array.