diff options
Diffstat (limited to 'solenv/bin/modules/installer/converter.pm')
-rw-r--r-- | solenv/bin/modules/installer/converter.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/converter.pm b/solenv/bin/modules/installer/converter.pm index 2fe728b3dbac..4b8924490385 100644 --- a/solenv/bin/modules/installer/converter.pm +++ b/solenv/bin/modules/installer/converter.pm @@ -166,7 +166,7 @@ sub copy_item_object } ################################################################# -# Windows pathes must not contain the following structure: +# Windows paths must not contain the following structure: # c:\dirA\dirB\..\dirC # This has to be exchanged to # c:\dirA\dirC |