branch: elpa/swift-mode
commit e229d6927e75378b9d89fc18d260bd324c91d82f
Author: taku0 <[email protected]>
Commit: taku0 <[email protected]>
Fix typo
---
swift-mode-font-lock.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/swift-mode-font-lock.el b/swift-mode-font-lock.el
index 436eb5d..d1ce13c 100644
--- a/swift-mode-font-lock.el
+++ b/swift-mode-font-lock.el
@@ -80,7 +80,7 @@ Exmpale: #if, #endif, and #selector."
"Face for highlighting builtin functions."
:group 'swift-mode:faces)
-(defface swift-mode:builtin-propertie-face
+(defface swift-mode:builtin-property-face
'((t . (:inherit font-lock-builtin-face)))
"Face for highlighting builtin properties."
:group 'swift-mode:faces)
@@ -529,7 +529,7 @@ Excludes true, false, and keywords begin with a number
sign.")
(,(concat "\\." (regexp-opt swift-mode:standard-properties 'words))
1
- 'swift-mode:builtin-propertie-face)
+ 'swift-mode:builtin-property-face)
(,(concat "\\." (regexp-opt swift-mode:standard-enum-cases 'words))
1