diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2003-06-25 18:00:24 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2003-06-25 18:00:24 (GMT) |
commit | 17c14fb5230cfc532577c32df1d10223534392d8 (patch) | |
tree | d1ce681120f6cf7c6aed4ba77feceafcc66cc853 /src/config.l | |
parent | 80108293f1f4808c02d28d2d1620563437433a56 (diff) | |
download | Doxygen-17c14fb5230cfc532577c32df1d10223534392d8.zip Doxygen-17c14fb5230cfc532577c32df1d10223534392d8.tar.gz Doxygen-17c14fb5230cfc532577c32df1d10223534392d8.tar.bz2 |
Release-1.3.2-20030625
Diffstat (limited to 'src/config.l')
-rw-r--r-- | src/config.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.l b/src/config.l index 8a57707..4c2a523 100644 --- a/src/config.l +++ b/src/config.l @@ -2473,7 +2473,7 @@ void Config::create() cb = addBool( "UML_LOOK", "If the UML_LOOK tag is set to YES doxygen will generate inheritance and \n" - "colloborations diagrams in a style similiar to the OMG's Unified Modeling \n" + "collaboration diagrams in a style similiar to the OMG's Unified Modeling \n" "Language. \n", FALSE ); |