summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/crushtool.84
-rw-r--r--man/csyn.82
-rw-r--r--src/osd/osd_types.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/man/crushtool.8 b/man/crushtool.8
index 228fc0e5c61..a4dbd1d8b06 100644
--- a/man/crushtool.8
+++ b/man/crushtool.8
@@ -37,7 +37,7 @@ will allow the tool to overwrite an existing \fIoutfile\fP (it will normally ref
.SH BUILDING A MAP
The build mode will generate relatively generic hierarchical maps. The first argument simply
specifies the number of devices (leaves) in the CRUSH hierarchy. Each layer describes how the
-layer (or raw devices) preceeding it should be grouped.
+layer (or raw devices) preceding it should be grouped.
.PP
Each \fIlayer\fP consists of
.IP
@@ -49,7 +49,7 @@ name will be append a number to the provided \fIname\fP.
The second component is the type of CRUSH bucket.
.PP
The third component is the maximum size of the bucket. If the size is \fI0\fP, a single bucket
-will be generated that includes everything in the preceeding layer.
+will be generated that includes everything in the preceding layer.
.SH EXAMPLE
Suppose we have 128 devices, each grouped into shelves with 4 devices each, and 8 shelves per
rack. We could create a three level hierarchy with:
diff --git a/man/csyn.8 b/man/csyn.8
index 6e2ced63278..9ad8aacb446 100644
--- a/man/csyn.8
+++ b/man/csyn.8
@@ -34,7 +34,7 @@ Run \fInum\fR different clients, each in a separate thread.
Run the given workload. May be specified as many times as needed. Workloads will
normally run sequentially.
.SH WORKLOADS
-Each workload should be preceeded by \fB--syn\fP on the command line. This is not a
+Each workload should be preceded by \fB--syn\fP on the command line. This is not a
complete list.
.TP
\fBmknap\fI path snapname\fP
diff --git a/src/osd/osd_types.h b/src/osd/osd_types.h
index 5ad80421ff7..ceb241db355 100644
--- a/src/osd/osd_types.h
+++ b/src/osd/osd_types.h
@@ -327,7 +327,7 @@ public:
default: {
ostringstream oss;
- oss << "coll_t::decode(): don't know how to decode verison "
+ oss << "coll_t::decode(): don't know how to decode version "
<< struct_v;
throw std::domain_error(oss.str());
}