]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Grammar
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 31 Jul 2015 15:17:53 +0000 (11:17 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 31 Jul 2015 15:17:59 +0000 (11:17 -0400)
src/modules/rlm_sql/drivers/rlm_sql_postgresql/rlm_sql_postgresql.c

index 369ceccba7605c5f9893b609685030b82aa92b8b..d978a55e27039edd6cae21419b4a6c0e76d3d697 100644 (file)
@@ -148,7 +148,7 @@ static int mod_instantiate(CONF_SECTION *conf, rlm_sql_config_t *config)
        /*
         *      New style parameter string
         *
-        *      Only append options where are not already present
+        *      Only append options when not already present
         */
        } else {
                db_string = talloc_typed_strdup(driver, config->sql_db);