From 3104507eb2c988124972c62fbea21b9f19913ed1 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Wed, 11 May 2016 10:55:38 -0700 Subject: [PATCH] *: fix minor typos --- Documentation/v2/README.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/v2/README.md b/Documentation/v2/README.md index bcfd42dde..0666ac701 100644 --- a/Documentation/v2/README.md +++ b/Documentation/v2/README.md @@ -152,7 +152,7 @@ The `v2` API responses should not change after the 2.0.0 release but new feature etcd has known issues on 32-bit systems due to a bug in the Go runtime. See #[358][358] for more information. -To avoid inadvertantly running a possibly unstable etcd server, `etcd` on unsupported architectures will print +To avoid inadvertently running a possibly unstable etcd server, `etcd` on unsupported architectures will print a warning message and immediately exit if the environment variable `ETCD_UNSUPPORTED_ARCH` is not set to the target architecture. diff --git a/README.md b/README.md index c56d0b62e..d6fa8b10f 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ The `v3` API responses should not change after the 3.0.0 release but new feature etcd has known issues on 32-bit systems due to a bug in the Go runtime. See #[358][358] for more information. -To avoid inadvertantly running a possibly unstable etcd server, `etcd` on unsupported architectures will print +To avoid inadvertently running a possibly unstable etcd server, `etcd` on unsupported architectures will print a warning message and immediately exit if the environment variable `ETCD_UNSUPPORTED_ARCH` is not set to the target architecture.