You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by da...@apache.org on 2016/04/01 22:07:22 UTC

[2/2] incubator-kudu git commit: Fix typo in 0.8 release notes

Fix typo in 0.8 release notes

Change-Id: I1650870b087e4999aee9a5f8eb6828035084cb52
Reviewed-on: http://gerrit.cloudera.org:8080/2700
Reviewed-by: Jean-Daniel Cryans
Tested-by: Kudu Jenkins
(cherry picked from commit dc580690741acca27112b728ea23bcac87c50081)
Reviewed-on: http://gerrit.cloudera.org:8080/2701


Project: http://git-wip-us.apache.org/repos/asf/incubator-kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kudu/commit/b589a905
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kudu/tree/b589a905
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kudu/diff/b589a905

Branch: refs/heads/branch-0.8.x
Commit: b589a9052cd1320c253d9c21fa1a65b7bc167e86
Parents: e960478
Author: Misty Stanley-Jones <ms...@cloudera.com>
Authored: Fri Apr 1 08:39:37 2016 -0700
Committer: Jean-Daniel Cryans <jd...@gerrit.cloudera.org>
Committed: Fri Apr 1 19:47:24 2016 +0000

----------------------------------------------------------------------
 docs/release_notes.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/b589a905/docs/release_notes.adoc
----------------------------------------------------------------------
diff --git a/docs/release_notes.adoc b/docs/release_notes.adoc
index 16f7456..e8690e4 100644
--- a/docs/release_notes.adoc
+++ b/docs/release_notes.adoc
@@ -125,7 +125,7 @@ issue, upgrade all Kudu servers before upgrading clients.
 ==== Other noteworthy changes
 
 - link:http://gerrit.cloudera.org:8080/#/c/2239/[Gerrit 2239] The concept of "feature flags"
-  was introduced in order to manage compability between different
+  was introduced in order to manage compatibility between different
   Kudu versions. One case where this is helpful is if a newer client attempts to use
   a feature unsupported by the currently-running tablet server. Rather than receiving
   a cryptic error, the user gets an error message that is easier to interpret.