Skip to content

Commit bb195ed

Browse files
aaimeCopilot
authored andcommitted
English fix
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 59f6211 commit bb195ed

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

geowebcache/core/src/main/java/org/geowebcache/filter/parameters/ParameterFilter.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ public String getKey() {
5959
/**
6060
* Whether this filter should be shown to clients in user-facing surfaces (preview, seed form, WMS/WMTS
6161
* capabilities). Synthetic filters that exist only to partition the cache should return {@code false} so they stay
62-
* out of those surfaces while still taking part in cache key computation. One example of such parameter is an
63-
* internal filter matching the current security setup, or whatever other machinery migth change the contents of a
64-
* tile (e.g., a dispatcher callback clipping rasters as a home-grown security system)
62+
* out of those surfaces while still taking part in cache key computation. One example of such a parameter is an
63+
* internal filter matching the current security setup, or whatever other machinery might change the contents of a
64+
* tile (e.g., a dispatcher callback clipping rasters as a home-grown security system).
6565
*/
6666
public boolean isUserVisible() {
6767
return true;

0 commit comments

Comments
 (0)