summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-05-04 13:17:30 +1200
committerOlly Betts <olly@survex.com>2023-05-04 13:18:26 +1200
commitece7ba0218416162c8ac27871340f5f9b6147876 (patch)
tree28ddd7097b2ec0de731b40717d28937799a14170 /Source
parent695dd9ddf15ceafeec601a17d05de6105163c919 (diff)
downloadswig-ece7ba0218416162c8ac27871340f5f9b6147876.tar.gz
[D] Fix typo in -d2 option description
Diffstat (limited to 'Source')
-rw-r--r--Source/Modules/d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Modules/d.cxx b/Source/Modules/d.cxx
index ccc8c446c..7cc906049 100644
--- a/Source/Modules/d.cxx
+++ b/Source/Modules/d.cxx
@@ -4634,7 +4634,7 @@ extern "C" Language *swig_d(void) {
* ----------------------------------------------------------------------------- */
const char *D::usage = "\
D Options (available with -d)\n\
- -d2 - Generate code for D2/Phobos (The default, left for backward compatible)\n\
+ -d2 - Generate code for D2/Phobos (The default, left for backward compatibility)\n\
-package <pkg> - Write generated D modules into package <pkg>\n\
-splitproxy - Write each D type to a dedicated file instead of\n\
generating a single proxy D module.\n\