diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index febb0bc29a..2a05a56549 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example @@ -219,7 +219,7 @@ ;FallbackService = "OpenSim.Services.AssetService.dll:AssetService"; ;; How many days since last updating the access time before its updated again by FSAssets when accessing an asset - ;; Reduces DB calls if asset is requested oftern. Default value 0 + ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time ;DaysBetweenAccessTimeUpdates = 30 ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration) @@ -227,7 +227,7 @@ ;ConnectionString = "" ;Realm = "fsassets" - ;; The Following Are Common to both the default asset service and FSAsset service + ;; The following are common to both the default asset service and FSAsset service ;; Common asset service options DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 31595dae9b..f61b213d3f 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example @@ -180,7 +180,7 @@ ;FallbackService = "OpenSim.Services.AssetService.dll:AssetService"; ;; How many days since last updating the access time before its updated again by FSAssets when accessing an asset - ;; Reduces DB calls if asset is requested oftern. Default value 0 + ;; Reduces DB calls if asset is requested often. Default value 0 will always update access time ;DaysBetweenAccessTimeUpdates = 30 ;; FSAssets Custom Database Config (Leave blank to use grids default database configuration) @@ -188,7 +188,7 @@ ;ConnectionString = "" ;Realm = "fsassets" - ;; The Following Are Common to both the default asset service and FSAsset service + ;; The following are common to both the default asset service and FSAsset service ;; Default loader for loading default assets from XML on first run DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"