branch: elpa/rubocop
commit d44737aae60c93dba455a74640e08b58b14e8695
Author: Bozhidar Batsov <bozhi...@batsov.com>
Commit: Bozhidar Batsov <bozhi...@batsov.com>

    Fix a reference to RuboCop
---
 rubocop.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rubocop.el b/rubocop.el
index f8d2549..a7c7e37 100644
--- a/rubocop.el
+++ b/rubocop.el
@@ -160,7 +160,7 @@ Alternatively prompt user for directory."
   (rubocop--file-command rubocop-autocorrect-command))
 
 (defun rubocop-bundled-p ()
-  "Check if rubocop has been bundled."
+  "Check if RuboCop has been bundled."
   (let ((gemfile-lock (expand-file-name "Gemfile.lock" 
(rubocop-project-root))))
     (when (file-exists-p gemfile-lock)
       (with-temp-buffer

Reply via email to