Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit a3c8da8

Browse files
committed
Merge branch 'master' of Cenmrev.github.com:Cenmrev/V2RayX
merge pr
2 parents 4b22070 + 71ca7e7 commit a3c8da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonplist/main.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
int main(int argc, const char * argv[]) {
1111
@autoreleasepool {
1212
if (argc < 2) {
13-
printf("Please provide at least one imput file!\n");
13+
printf("Please provide at least one input file!\n");
1414
return 1;
1515
}
1616
NSString* imputFile = [NSString stringWithFormat:@"%s", argv[1]];

0 commit comments

Comments
 (0)