branch: externals/phpinspect
commit 355b6be79a7347e29e3ff3f0144bf82a20dc7820
Author: Hugo Thunnissen <de...@hugot.nl>
Commit: Hugo Thunnissen <de...@hugot.nl>

    Fix typo
---
 phpinspect-method-cell.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phpinspect-method-cell.el b/phpinspect-method-cell.el
index 093200624f..1b7b81823f 100644
--- a/phpinspect-method-cell.el
+++ b/phpinspect-method-cell.el
@@ -104,7 +104,7 @@
 (defun phpi-mcol-delete (mcol method-name)
   (phpi-mcol-find-cell mcol method-name 'remove))
 
-(defun phpi-mc-emtpy-p (cell)
+(defun phpi-mc-empty-p (cell)
   "CELL is empty when it contains no methods."
   (not (phpi-mc-get-active cell)))
 

Reply via email to