summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-04-10 08:40:12 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-04-10 08:40:12 -0700
commitff27e1db2874053885370e751d281645ae85d19e (patch)
treefadfc0974b16eb6ab6d78fd41afba77249ceb28d
parent5877975dff609eaa23458d28a19d83a55a8d9b0e (diff)
typo
-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" ));