# HG changeset patch # User Glenn Morris # Date 1254370573 0 # Node ID 8cf4deed919e53a71d9f241e6033024e812f4437 # Parent 51ba3b848c030ecdb6dd4f452e5401175eaf2b4d Fix comment typo. diff -r 51ba3b848c03 -r 8cf4deed919e lisp/cedet/semantic/decorate/include.el --- a/lisp/cedet/semantic/decorate/include.el Thu Oct 01 04:10:10 2009 +0000 +++ b/lisp/cedet/semantic/decorate/include.el Thu Oct 01 04:16:13 2009 +0000 @@ -24,7 +24,7 @@ ;; Highlight any include that is in a state the user may care about. ;; The basic idea is to have the state be highly visible so users will ;; as 'what is this?" and get the info they need to fix problems that -;; are otherwises transparent when trying to get smart completion +;; are otherwise transparent when trying to get smart completion ;; working. (require 'semantic/decorate/mode)