aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlvpi.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-05-17 05:53:36 +0200
committerTristan Gingold <tgingold@free.fr>2017-05-18 07:59:34 +0200
commit513bbe9ca27c2c3beaf315df8280586a21cae76a (patch)
tree849f550b4877436e0f11ba1fc7e10ea64a05736a /src/ghdldrv/ghdlvpi.adb
parent8d71ed4eb2e0e4fb4081ff8f5f220fdd44a741e2 (diff)
downloadghdl-513bbe9ca27c2c3beaf315df8280586a21cae76a.tar.gz
ghdl-513bbe9ca27c2c3beaf315df8280586a21cae76a.tar.bz2
ghdl-513bbe9ca27c2c3beaf315df8280586a21cae76a.zip
Fix typo: paths.
Diffstat (limited to 'src/ghdldrv/ghdlvpi.adb')
-rw-r--r--src/ghdldrv/ghdlvpi.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlvpi.adb b/src/ghdldrv/ghdlvpi.adb
index 6cdc3a619..f05761da6 100644
--- a/src/ghdldrv/ghdlvpi.adb
+++ b/src/ghdldrv/ghdlvpi.adb
@@ -21,7 +21,7 @@ with GNAT.OS_Lib; use GNAT.OS_Lib;
with Ada.Command_Line; use Ada.Command_Line;
with Ghdlmain; use Ghdlmain;
with Ghdllocal;
-with Default_Pathes; use Default_Pathes;
+with Default_Paths; use Default_Paths;
package body Ghdlvpi is