Skip to content

Commit 5e4c0cc

Browse files
authored
Fix important comment typo in gmt_common_longoptions.h. (#8219)
1 parent 4be5ea6 commit 5e4c0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gmt_common_longoptions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* long_modifiers: Comma-separated list of the corresponding modifier words
3434
* transproc_mask: Indicates via bitwise-OR of various GMT_TP_???? bitflags any unusual
3535
* translation processing used by the particular GMT_KEYWORD_DICTIONARY
36-
* entry, e.g., GMT_TP_MULTDIR indicates multi-directive support. Specify
36+
* entry, e.g., GMT_TP_MULTIDIR indicates multi-directive support. Specify
3737
* GMT_TP_STANDARD to indicate standard translation processing with
3838
* no unusual attributes.
3939
*

0 commit comments

Comments
 (0)