This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
The following commit(s) were added to refs/heads/master by this push: new 31dac02 Fix typo in Unix-like systems installation documentation (#347) 31dac02 is described below commit 31dac026502eb4bc615bd6be4835e8f9f5a98386 Author: maximemenager <43468959+maximemena...@users.noreply.github.com> AuthorDate: Fri Nov 2 18:49:33 2018 +0100 Fix typo in Unix-like systems installation documentation (#347) --- src/install/unix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install/unix.rst b/src/install/unix.rst index 4cff5cf..b2b66df 100644 --- a/src/install/unix.rst +++ b/src/install/unix.rst @@ -32,7 +32,7 @@ to install CouchDB is to use the convenience binary packages: * Ubuntu 16.04 (xenial) * Ubuntu 18.04 (bionic) -The RedHat-style rpm packages and Debian-style deb pacakges will install +The RedHat-style rpm packages and Debian-style deb packages will install CouchDB at ``/opt/couchdb`` and ensure CouchDB is run at system startup by the appropriate init subsystem (SysV-style initd, upstart, systemd).