X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Fcommand.js;h=c0868f0f922ae219f6e548705ee3139a2e942988;hp=3c54807a4dcabe2621b3121cf4506d64de2da218;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hpb=9afde8772159bd3436f1f5b7862960307710ae5a diff --git a/_source/core/command.js b/_source/core/command.js index 3c54807..c0868f0 100644 --- a/_source/core/command.js +++ b/_source/core/command.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -188,7 +188,7 @@ CKEDITOR.command.prototype = CKEDITOR.event.implementOn( CKEDITOR.command.prototype, true ); /** - * Indicates the preivous command state. + * Indicates the previous command state. * @name CKEDITOR.command.prototype.previousState * @type Number * @see #state