diff --git a/html/index.erb b/html/index.erb
index 5d4ca7fc..b87ea160 100644
--- a/html/index.erb
+++ b/html/index.erb
@@ -131,7 +131,7 @@ backwards for what I needed. Both problems are
(setq requirements (reverse requirements))
(print requirements))
-If you are not using Emacs24 from HEAD, you may also need this to initialize packages after they are downlaoded and installed.
+If you are not using Emacs24 from HEAD, you may also need this to initialize packages after they are downloaded and installed.
(defadvice package-download-tar
(after package-download-tar-initialize activate compile)