emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/projectile 08fcdd5: Fix typos


From: ELPA Syncer
Subject: [nongnu] elpa/projectile 08fcdd5: Fix typos
Date: Fri, 26 Nov 2021 07:57:58 -0500 (EST)

branch: elpa/projectile
commit 08fcdd51269d7e3c1c41c7f688555534067daa0e
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Fix typos
---
 doc/modules/ROOT/pages/projects.adoc | 7 +++----
 projectile.el                        | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/doc/modules/ROOT/pages/projects.adoc 
b/doc/modules/ROOT/pages/projects.adoc
index 1f5da2c..fd71282 100644
--- a/doc/modules/ROOT/pages/projects.adoc
+++ b/doc/modules/ROOT/pages/projects.adoc
@@ -320,7 +320,7 @@ directory of the corresponding implementation file.
 It's recommended that either both or neither of these options are set to
 functions for consistent behaviour.
 
-Alternatively, for flexible file switching accross a range of projects,
+Alternatively, for flexible file switching across a range of projects,
 the `:related-files-fn` option set to a custom function or a
 list of custom functions can be used. The custom function accepts the relative
 file name from the project root and it should return related file information
@@ -485,7 +485,7 @@ This will keep all existing options for the `sbt` project 
type, but change the v
 
 Setting the `:test-dir` and `:src-dir` options to functions is useful if the
 test location for a given implementation file is almost always going to be in
-the same place accross all projects belonging to a given project type, `maven`
+the same place across all projects belonging to a given project type, `maven`
 projects are an example of this:
 
 [source,elisp]
@@ -500,7 +500,7 @@ projects are an example of this:
 
 If instead you work on a lot of elisp projects using `eldev`, the
 `:related-files-fn` option may be more appropriate since the test locations 
tend
-to vary accross projects:
+to vary across projects:
 
 [source,elisp]
 ----
@@ -753,4 +753,3 @@ external command or an Emacs Lisp function:
 ----
 (setq projectile-test-cmd #'custom-test-function)
 ----
-
diff --git a/projectile.el b/projectile.el
index ab106aa..4c1407a 100644
--- a/projectile.el
+++ b/projectile.el
@@ -4525,7 +4525,7 @@ project of that type"
       (projectile-default-install-command (projectile-project-type))))
 
 (defun projectile-package-command (compile-dir)
-  "Retrieve the pacakge command for COMPILE-DIR.
+  "Retrieve the package command for COMPILE-DIR.
 
 The command is determined like this:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]