From 54acba7f5af4a1e1dd50afb2f4744f879ea04d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kope=C4=87?= <3338226+mkopec87@users.noreply.github.com> Date: Thu, 13 Aug 2020 09:26:25 +0200 Subject: [PATCH] Fix typo --- source/src/main/groovy/com/kezong/fataar/RProcessor.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/src/main/groovy/com/kezong/fataar/RProcessor.groovy b/source/src/main/groovy/com/kezong/fataar/RProcessor.groovy index 8aa33911..2da936cd 100644 --- a/source/src/main/groovy/com/kezong/fataar/RProcessor.groovy +++ b/source/src/main/groovy/com/kezong/fataar/RProcessor.groovy @@ -147,7 +147,7 @@ class RProcessor { return } def subclass = splits.get(0) - def name = splits.get(1).repleace(".", "_") + def name = splits.get(1).replace(".", "_") if (subclass == "attr?") { //styleable attributes subclass = "attr"