Skip to content

Commit c780ab9

Browse files
committedOct 26, 2017
[auth] Minor comment rewording
1 parent 5571a87 commit c780ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/server/qgsserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ bool QgsServer::init()
240240

241241
QgsApplication::createDatabase(); //init qgis.db (e.g. necessary for user crs)
242242

243-
// Instantiate authentication system
243+
// Initialize the authentication system
244244
// creates or uses qgis-auth.db in ~/.qgis3/ or directory defined by QGIS_AUTH_DB_DIR_PATH env variable
245245
// set the master password as first line of file defined by QGIS_AUTH_PASSWORD_FILE env variable
246246
// (QGIS_AUTH_PASSWORD_FILE variable removed from environment after accessing)

0 commit comments

Comments
 (0)
Please sign in to comment.