summaryrefslogtreecommitdiff
path: root/dh_elpa_test
diff options
context:
space:
mode:
Diffstat (limited to 'dh_elpa_test')
-rwxr-xr-xdh_elpa_test2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_elpa_test b/dh_elpa_test
index d2d4236..9645b5d 100755
--- a/dh_elpa_test
+++ b/dh_elpa_test
@@ -140,7 +140,7 @@ if (@ert_files) {
push @args, ("--eval", "(add-to-list 'package-directory-list \"$elpadir\")");
push @args, ("-f", "package-initialize");
- # work around the fact that s-el and dash-el are not packages with
+ # work around the fact that s-el and dash-el are not packaged with
# dh_elpa so aren't in $dhelpadir
push @args, ("-L", "/usr/share/emacs/site-lisp/s-el")
if ($control->source->Build_Depends->has( "s-el" ));