Skip to content

Commit 017deec

Browse files
tarsiustumashu
authored andcommitted
Fix typos
1 parent 5991191 commit 017deec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

posframe.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ when it is nil or it return nil, child-frame feature will be used
356356
and reference position will be deal with in Emacs.
357357
358358
The user case I know at the moment is let ivy-posframe work well
359-
in EXWM environment (let posframe show on the other appliction
359+
in EXWM environment (let posframe show on the other application
360360
window).
361361
362362
DO NOT USE UNLESS NECESSARY!!!
@@ -885,7 +885,7 @@ of `posframe-show'."
885885
(t (error "Posframe: have no valid poshandler"))))))
886886

887887
(defun posframe--calculate-new-position (info position ref-position)
888-
"Calcuate new position according to INFO, POSITION and REF-POSITION."
888+
"Calculate new position according to INFO, POSITION and REF-POSITION."
889889
(let* ((parent-frame-width (plist-get info :parent-frame-width))
890890
(parent-frame-height (plist-get info :parent-frame-height))
891891
(posframe-width (plist-get info :posframe-width))

0 commit comments

Comments
 (0)