diff options
author | Patrick Matthäi <pmatthaei@debian.org> | 2017-03-31 12:27:20 +0200 |
---|---|---|
committer | Jeff Darcy <jeff@pl.atyp.us> | 2017-04-02 20:26:59 -0400 |
commit | cdddb819b964eff0268498e8bfa0e67c77782094 (patch) | |
tree | cc008edf9577c3801ab494aafa662d56dbd09ef4 /xlators/cluster | |
parent | 64fc3505c426d1ff9fc16f065a81556e96ed93b7 (diff) |
build: miscellaneous spelling fixes
Debian builds detected spelling issues with GlusterFS 3.10.1. Instead of
carrying the patch in the Debian sources, let's include the fixes here
too.
Change-Id: I38db6adf142f7ec247bffd47aa1e6ff1a0c49e00
Reported-by: Patrick Matthäi <pmatthaei@debian.org>
BUG: 1437853
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Reviewed-on: https://review.gluster.org/16973
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Smoke: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
Diffstat (limited to 'xlators/cluster')
-rw-r--r-- | xlators/cluster/ec/src/ec-code.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/ec/src/ec-code.c b/xlators/cluster/ec/src/ec-code.c index 7b5d53d0a37..44957dd788f 100644 --- a/xlators/cluster/ec/src/ec-code.c +++ b/xlators/cluster/ec/src/ec-code.c @@ -1032,7 +1032,7 @@ ec_code_detect(xlator_t *xl, const char *def) if (file.error) { gf_msg(xl->name, GF_LOG_WARNING, 0, EC_MSG_EXTENSION_FAILED, - "Unable to detemine supported CPU extensions. Not using any " + "Unable to determine supported CPU extensions. Not using any " "cpu extensions"); gen = NULL; |