s3/registry: Fix typo in comment.
authorKarolin Seeger <kseeger@samba.org>
Mon, 25 Jan 2010 18:50:21 +0000 (19:50 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 25 Jan 2010 18:50:21 +0000 (19:50 +0100)
Karolin

source3/registry/reg_backend_shares.c

index 22b8fd7ed28bb18df3512cd36b9e12236f6f4394..9582398cc3bff4907ed3efe3358767c2345ab4be 100644 (file)
 #define DBGC_CLASS DBGC_REGISTRY
 
 /**********************************************************************
- It is safe to assume that every registry path passed into on of 
+ It is safe to assume that every registry path passed into one of
  the exported functions here begins with KEY_SHARES else
  these functions would have never been called.  This is a small utility
- function to strip the beginning of the path and make a copy that the 
+ function to strip the beginning of the path and make a copy that the
  caller can modify.  Note that the caller is responsible for releasing
  the memory allocated here.
  **********************************************************************/