Fix typo in spacemacs/plist-get docstring (#10803)

This commit is contained in:
Benjamin Reynolds 2018-06-06 23:55:37 -05:00 committed by Sylvain Benner
parent 292264d3a3
commit 6c7e9f9a73
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Currently this function infloops when the list is circular."
(defun spacemacs/plist-get (plist prop)
"Get the value associated to PROP in PLIST, a modified plist.
You should always use this function instread of builtin `plist-get'
You should always use this function instead of builtin `plist-get'
in Spacemacs.
A modified plist is one where keys are keywords and values are