Fixed typo in rlm_sql.c
authorHerwin Weststrate <herwin@quarantainenet.nl>
Tue, 17 Jun 2014 16:00:46 +0000 (18:00 +0200)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 1 Jul 2014 11:40:19 +0000 (07:40 -0400)
s/afftected/affected/

src/modules/rlm_sql/rlm_sql.c

index 074e2b7..5059fdb 100644 (file)
@@ -103,7 +103,7 @@ static size_t sql_escape_func(REQUEST *, char *out, size_t outlen, char const *i
  *                     SQL xlat function
  *
  *  For selects the first value of the first column will be returned,
- *  for inserts, updates and deletes the number of rows afftected will be
+ *  for inserts, updates and deletes the number of rows affected will be
  *  returned instead.
  */
 static ssize_t sql_xlat(void *instance, REQUEST *request, char const *query, char *out, size_t freespace)