Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jan 22, 2013
1 parent 23d8384 commit f9caf9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modules/rlm_ippool/rlm_ippool.c
Expand Up @@ -16,7 +16,7 @@
/**
* $Id$
* @file rlm_ippool.c
* @brief Assign IP addresses from a GDBM database.
* @brief Allocates an IPv4 address from a pool stored in a GDBM database.
*
* @copyright 2000,2006 The FreeRADIUS server project
* @copyright 2002 Kostas Kalevras <kkalev@noc.ntua.gr>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/rlm_krb5/rlm_krb5.c
Expand Up @@ -17,7 +17,7 @@
/**
* $Id$
* @file rlm_krb5.c
* @brief Module to authenticate against krb5.
* @brief Authenticate users, retrieving their TGT from a Kerberos V5 TDC.
*
* @copyright 2000,2006,2012-2013 The FreeRADIUS server project
* @copyright 2013 Arran Cudbard-Bell <a.cudbardb@freeradius.org>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/rlm_rediswho/rlm_rediswho.c
Expand Up @@ -15,7 +15,7 @@

/**
* $Id$
* @file rlm_redis_who.c
* @file rlm_rediswho.c
* @brief Session tracking using redis.
*
* @copyright 2000,2006 The FreeRADIUS server project
Expand Down

0 comments on commit f9caf9a

Please sign in to comment.