Fixed some small typos.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24035 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
stig 2008-01-08 23:14:13 +00:00
parent 4adbfa7132
commit 13934fac0d
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* filters.c
/* filters.h
* Declarations of routines for reading and writing the filters file.
*
* $Id$

View File

@ -22,8 +22,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#ifndef __FILTER_H__
#define __FILTER_H__
#ifndef __FILTER_DLG_H__
#define __FILTER_DLG_H__
/** @file
* "Capture Filter" / "Display Filter" / "Add expression" dialog boxes.
@ -121,4 +121,4 @@ void filter_te_syntax_check_cb(GtkWidget *widget);
*/
#define E_FILT_FILTER_TE_KEY "filter_filter_te"
#endif /* filter.h */
#endif /* filter_dlg.h */