Skip to content

Commit 883999b

Browse files
committed
Fix typo in a comment
1 parent 4397653 commit 883999b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/gitlab4j/api/PropertyConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public interface PropertyConstants {
44

55
String TEST_PROJECT_SUBDIRECTORY_PATH = "src/main/docs/test-project.txt";
66

7-
// The following are keys used to look up values in the test propertiues file
7+
// The following are keys used to look up values in the test properties file
88
String ADMIN_PASSWORD_KEY = "TEST_ADMIN_PASSWORD";
99
String ADMIN_USERNAME_KEY = "TEST_ADMIN_USERNAME";
1010
String ACCESS_TOKEN_KEY = "TEST_ACCESS_TOKEN";

0 commit comments

Comments
 (0)