diff options
author | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2013-12-11 15:20:29 +0000 |
---|---|---|
committer | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2013-12-11 15:20:29 +0000 |
commit | 1bd68e7adb077868caa39fd7bd25116511119b63 (patch) | |
tree | a4e3003ed2a38ef90ad49f104632c0854eaec3bd /packaging/rpm/SPECS/wireshark.spec.in | |
parent | 8617423f84c8513547cf7dcc4717e0aee61d6674 (diff) | |
download | wireshark-1bd68e7adb077868caa39fd7bd25116511119b63.tar.gz wireshark-1bd68e7adb077868caa39fd7bd25116511119b63.tar.bz2 wireshark-1bd68e7adb077868caa39fd7bd25116511119b63.zip |
Trivial: Fix typo.
svn path=/trunk/; revision=53937
Diffstat (limited to 'packaging/rpm/SPECS/wireshark.spec.in')
-rw-r--r-- | packaging/rpm/SPECS/wireshark.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in index c99d91ceb6..0c6b1b46c1 100644 --- a/packaging/rpm/SPECS/wireshark.spec.in +++ b/packaging/rpm/SPECS/wireshark.spec.in @@ -7,7 +7,7 @@ %bcond_with gtk3 %bcond_with qt -# Set these to 1 if you want to ensure your package inclues support for them: +# Set these to 1 if you want to ensure your package includes support for them: %global with_adns 0 %global with_c_ares 1 %global with_lua 1 |