diff options
author | Stephen Fisher <steve@stephen-fisher.com> | 2008-06-01 18:45:19 +0000 |
---|---|---|
committer | Stephen Fisher <steve@stephen-fisher.com> | 2008-06-01 18:45:19 +0000 |
commit | 412525b59d2e5c74ad951f1c3a740e23d83f6cad (patch) | |
tree | 6ede2fb8f98ff793774abf7522f36efaf6029b30 /debian | |
parent | 9323e90cc525f8acd2b35254f5e90bce9dd96b83 (diff) | |
download | wireshark-412525b59d2e5c74ad951f1c3a740e23d83f6cad.tar.gz wireshark-412525b59d2e5c74ad951f1c3a740e23d83f6cad.tar.bz2 wireshark-412525b59d2e5c74ad951f1c3a740e23d83f6cad.zip |
From Toralf Förster: Fix minor typo: MAde -> Made
svn path=/trunk/; revision=25407
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index d0e6b4f7f6..23881b21e4 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f -# MAde with the aid of dh_make, by Craig Small +# Made with the aid of dh_make, by Craig Small # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. # Some lines taken from debmake, by Cristoph Lameter. |