Skip to content

Commit bce7a50

Browse files
committed
fixed typo
1 parent dd8116f commit bce7a50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/groovy/com/github/hauner/openapi/gradle/OpenApiProcessorExtension.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ class OpenApiProcessorExtension {
167167
* @param processor configuration closure
168168
* @return the created wrapper closure
169169
*/
170-
private static Closure wrapWithProjectDelegate (Closure processr) {
170+
private static Closure wrapWithProjectDelegate (Closure processor) {
171171
return {
172-
processr.run ()
172+
processor.run ()
173173
}
174174
}
175175

0 commit comments

Comments
 (0)