Skip to content

Commit 8502e1f

Browse files
committed
Uppercase acronym in comment
1 parent c4d712f commit 8502e1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/cli/bug/BugsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
public class BugsTest {
4848
@Test
4949
public void test11456() throws Exception {
50-
// Posix
50+
// POSIX
5151
Options options = new Options();
5252
options.addOption(OptionBuilder.hasOptionalArg().create('a'));
5353
options.addOption(OptionBuilder.hasArg().create('b'));

0 commit comments

Comments
 (0)