Skip to content

Commit

Permalink
*: fix minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuho committed May 11, 2016
1 parent b2eb900 commit 3104507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3104507

Please sign in to comment.