Browse Source

Fix typo in gdnative module path in CODEOWNERS

Supersedes and closes #20293.
Rémi Verschelde 7 years ago
parent
commit
286c88bb50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CODEOWNERS

+ 1 - 1
CODEOWNERS

@@ -17,7 +17,7 @@ misc/*            @akien-mga
 
 modules/bullet/*     @AndreaCatania
 modules/enet/*       @godotengine/network
-modules/gnative/*    @karroffel
+modules/gdnative/*   @karroffel
 modules/gdscript/*   @reduz @vnen @bojidar-bg
 modules/mbedtls/*    @godotengine/network
 modules/mobile_vr/*  @BastiaanOlij