diff options
| author | 2020-04-07 13:14:09 -0700 | |
|---|---|---|
| committer | 2020-04-07 13:14:09 -0700 | |
| commit | f90d13d9c3a4b3711e72d8d6bf253693beb2719b (patch) | |
| tree | 876bed29c2a4bbf44379504b201c97d0fdba15af | |
| parent | 8121df576e71b42dc3b2e03b89dadd64656a92b9 (diff) | |
| download | emacs-config-f90d13d9c3a4b3711e72d8d6bf253693beb2719b.tar.gz emacs-config-f90d13d9c3a4b3711e72d8d6bf253693beb2719b.zip | |
Fix typo
| -rw-r--r-- | test/integration/oni-csharp.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/oni-csharp.bats b/test/integration/oni-csharp.bats index ba26d59..fc969f5 100644 --- a/test/integration/oni-csharp.bats +++ b/test/integration/oni-csharp.bats @@ -41,7 +41,7 @@ } @test "Opening a .targets file loads nxml-mode" { - run emacs -batch -l package -f packaeg-initialize \ + run emacs -batch -l package -f package-initialize \ -visit test.targets \ -eval "(prin1 major-mode)" |
