X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=adm%2Foccaux.tcl;h=97217b3b3d4bde92fc8af0f8811f60a19ca5c968;hb=a110c4a3777de359b6bbe2b3baeb99fe34f2bdf7;hpb=d66f7c0fa2923b0de49f111b4f4b60fae0ca2e7a diff --git a/adm/occaux.tcl b/adm/occaux.tcl index d41af9aa66..97217b3b3d 100644 --- a/adm/occaux.tcl +++ b/adm/occaux.tcl @@ -635,7 +635,7 @@ proc OCCDoc_MakeMainPage {outDir outFile modules {theProductsDir ""} } { foreach mod $modules { puts $fd "\\li \\subpage [string tolower $module_prefix$mod]" } - # insert modules relationship diagramm + # insert modules relationship diagram puts $fd "\\dotfile [OCCDoc_CreateModulesDependencyGraph $outDir/html schema_all_modules $modules $module_prefix]" puts $fd "**/\n" }