Skip to content

Commit 64c5f20

Browse files
committed
fix typo
1 parent 105fac4 commit 64c5f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/de/rakhman/webextensions/Generator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ class Generator(val dir: File) {
376376
"string" -> "String"
377377
"boolean" -> "Boolean"
378378
"any" -> "dynamic"
379-
else -> throw IllegalArgumentException("Connot decide name for $p")
379+
else -> throw IllegalArgumentException("Cannot decide name for $p")
380380
}
381381
}
382382

0 commit comments

Comments
 (0)