summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFrancois Deppierraz <francois@ctrlaltdel.ch>2013-04-25 21:10:41 +0200
committerFrancois Deppierraz <francois@ctrlaltdel.ch>2013-04-29 10:22:27 +0200
commitbf0b4306a634e2477e6031d163ebda66a8c628aa (patch)
tree9f2cfb5e3209bd3e8e35b8f1b22fd718f7385047 /README
parent3ce35a6743e050bf0de5abd5ad32f522c5664f3d (diff)
downloadceph-bf0b4306a634e2477e6031d163ebda66a8c628aa.tar.gz
Fix a README typo
Signed-off-by: François Deppierraz <francois@ctrlaltdel.ch>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 1bd2b400e9b..d8f03f52eb4 100644
--- a/README
+++ b/README
@@ -76,7 +76,7 @@ To build the documentation, you must install the following:
- python-dev
- python-pip
-- python-virualenv
+- python-virtualenv
- doxygen
- ditaa
- libxml2-dev
@@ -86,7 +86,7 @@ To build the documentation, you must install the following:
For example:
- sudo apt-get install python-dev python-pip python-virualenv doxygen ditaa libxml2-dev libxslt-dev dot graphviz
+ sudo apt-get install python-dev python-pip python-virtualenv doxygen ditaa libxml2-dev libxslt-dev dot graphviz
Building the Documentation
--------------------------