]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fixed typo (thanks Casey)
authorBret Taylor <btaylor@gmail.com>
Thu, 10 Sep 2009 08:16:44 +0000 (01:16 -0700)
committerBret Taylor <btaylor@gmail.com>
Thu, 10 Sep 2009 08:16:44 +0000 (01:16 -0700)
website/templates/base.html

index 02aef4898c4a3dcf0ccae978e4f99c027f69bfa5..2e9cbb11eaf9acd6f533a44c7091bdd3f85006b2 100644 (file)
@@ -18,7 +18,7 @@
       </div>
       <div id="content">{% block body %}{% end %}</div>
       <div id="footer">
-       <div>Tornado is one of <a href="http://developer.facebook.com/opensource.php">Facebook's open source technolgies</a>. It is available under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Licence, Version 2.0</a>.</div>
+       <div>Tornado is one of <a href="http://developer.facebook.com/opensource.php">Facebook's open source technologies</a>. It is available under the <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Licence, Version 2.0</a>.</div>
        <div>This web site and all documentation is licensed under <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons 3.0</a>.</div>
       </div>
     </div>