You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2013/12/15 18:09:25 UTC

[2/5] git commit: updated refs/heads/1964-feature-fauxton-build to 834c706

Fix typo


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/67e50cf9
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/67e50cf9
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/67e50cf9

Branch: refs/heads/1964-feature-fauxton-build
Commit: 67e50cf9c78195f34657bacfc579a257fe9d0573
Parents: 51d2924
Author: Noah Slater <ns...@apache.org>
Authored: Sun Dec 15 18:03:44 2013 +0100
Committer: Noah Slater <ns...@apache.org>
Committed: Sun Dec 15 18:03:44 2013 +0100

----------------------------------------------------------------------
 build-aux/sphinx-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/67e50cf9/build-aux/sphinx-build
----------------------------------------------------------------------
diff --git a/build-aux/sphinx-build b/build-aux/sphinx-build
index 87120f9..9ffbe08 100755
--- a/build-aux/sphinx-build
+++ b/build-aux/sphinx-build
@@ -13,7 +13,7 @@
 # the License.
 
 # This script is called by the build system and is used to call sphinx-build if
-# is is available, or alternatively, emit a warning, and perform a no-op. Any
+# it is available, or alternatively, emit a warning, and perform a no-op. Any
 # required directories or Makefiles are created and stubbed out as appropriate.
 
 if test -z "`which sphinx-build`"; then