diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-04-29 13:31:47 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-04-29 13:31:47 +0000 |
commit | 654468f9f4e71b332d16ceba95dc731b314da732 (patch) | |
tree | 0be3568f4276a82bb5ce5f8eb380fa346f396abf | |
parent | 4219e85e55aecb16978a7922d8a079d8674e4a65 (diff) | |
download | libxslt-654468f9f4e71b332d16ceba95dc731b314da732.tar.gz libxslt-654468f9f4e71b332d16ceba95dc731b314da732.tar.bz2 libxslt-654468f9f4e71b332d16ceba95dc731b314da732.zip |
Typo fixup, Daniel
-rw-r--r-- | tests/exslt/math/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exslt/math/Makefile.am b/tests/exslt/math/Makefile.am index 2e6a1e18..d2cae4b6 100644 --- a/tests/exslt/math/Makefile.am +++ b/tests/exslt/math/Makefile.am @@ -12,7 +12,7 @@ EXTRA_DIST = \ max.1.out max.1.xml max.1.xsl \ max.2.out max.2.xml max.2.xsl \ max.5.out max.5.xml max.5.xsl \ - prower.1.out power.1.xml power.1.xsl \ + power.1.out power.1.xml power.1.xsl \ min.1.out min.1.xml min.1.xsl \ min.2.out min.2.xml min.2.xsl |