This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 2bad013590 typo
2bad013590 is described below
commit 2bad0135902a15d940ecc83f86e1b0872f017d7f
Author: Paul King <[email protected]>
AuthorDate: Wed May 14 14:40:28 2025 +1000
typo
---
.../org/grails/compiler/web/taglib/TagLibraryTransformerSpec.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/grails-gsp/grails-web-taglib/src/test/groovy/org/grails/compiler/web/taglib/TagLibraryTransformerSpec.groovy
b/grails-gsp/grails-web-taglib/src/test/groovy/org/grails/compiler/web/taglib/TagLibraryTransformerSpec.groovy
index fe239a98dc..dc598f27e4 100644
---
a/grails-gsp/grails-web-taglib/src/test/groovy/org/grails/compiler/web/taglib/TagLibraryTransformerSpec.groovy
+++
b/grails-gsp/grails-web-taglib/src/test/groovy/org/grails/compiler/web/taglib/TagLibraryTransformerSpec.groovy
@@ -51,7 +51,7 @@ class TagLibraryTransformerSpec extends Specification {
}
@Issue('GRAILS-11241')
- void 'Test that a tag libary can be marked with @CompileStatic without
generating compile errors'() {
+ void 'Test that a tag library can be marked with @CompileStatic without
generating compile errors'() {
given:
def gcl = new GrailsAwareClassLoader()
def transformer = new TagLibraryTransformer() {