fix deprication typo in the doc generator

This commit is contained in:
Igor Minar 2011-01-25 22:54:02 -08:00
parent 6512a736ac
commit 7a48ee6aa9

View file

@ -134,7 +134,7 @@ Doc.prototype = {
dom.h(this.name, function(){
notice('workInProgress', 'Work in Progress',
'This page is currently being revised. It might be incomplete or contain inaccuracies.');
notice('depricated', 'Depricated API');
notice('deprecated', 'Deprecated API', self.deprecated);
dom.h('Description', self.description, html);
dom.h('Dependencies', self.requires);