Commit e9196d0c e9196d0ce261dc553b0cfd8825c0852de3901afa by Alain Magloire

Typo.

1 parent 248b2253
1 /* GNU mailutils - a suite of utilities for electronic mail 1 /* GNU mailutils - a suite of utilities for electronic mail
2 Copyright (C) 1999, 2000 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
3 3
4 This program is free software; you can redistribute it and/or modify 4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Library Public License as published by 5 it under the terms of the GNU General Library Public License as published by
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
17 17
18 #ifndef _ADDRESS0_H 18 #ifndef _ADDRESS0_H
19 #define _ADDRESS_0H 19 #define _ADDRESS0_H
20 20
21 #ifdef DMALLOC 21 #ifdef DMALLOC
22 # include <dmalloc.h> 22 # include <dmalloc.h>
......