From bdeaa081204b81644207d5895c2fc5ee9b2bdaeb Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 27 Aug 2019 23:09:39 -0700 Subject: Fix typo --- oni-conf/oni-conf.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oni-conf') diff --git a/oni-conf/oni-conf.el b/oni-conf/oni-conf.el index df09da5..23bc27f 100644 --- a/oni-conf/oni-conf.el +++ b/oni-conf/oni-conf.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 20190823225821 +;; Version: 20190827215231 ;; Package-Requires: (oni-yasnippet) ;; This program is free software; you can redistribute it and/or modify @@ -36,7 +36,7 @@ (defconst oni-conf-snippets-dir (expand-file-name "snippets" oni-conf-root) - "The director where ‘oni-conf’ stores its snippets.") + "The directory where ‘oni-conf’ stores its snippets.") ;;;###autoload (defun oni-conf-snippets-initialize () -- cgit v1.2.3-54-g00ecf