diff options
Diffstat (limited to 'source3/lib/bitmap.c')
-rw-r--r-- | source3/lib/bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/bitmap.c b/source3/lib/bitmap.c index b130467b22..da123837d0 100644 --- a/source3/lib/bitmap.c +++ b/source3/lib/bitmap.c @@ -22,7 +22,7 @@ #include "includes.h" /* these functions provide a simple way to allocate integers from a - pool without repitition */ + pool without repetition */ /**************************************************************************** allocate a bitmap of the specified size |