From 513bbe9ca27c2c3beaf315df8280586a21cae76a Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 17 May 2017 05:53:36 +0200 Subject: Fix typo: paths. --- src/libraries.ads | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/libraries.ads') diff --git a/src/libraries.ads b/src/libraries.ads index 0a7e04674..2d1483833 100644 --- a/src/libraries.ads +++ b/src/libraries.ads @@ -49,7 +49,7 @@ package Libraries is Work_Library_Name : Name_Id := Std_Names.Name_Work; -- Directory of the work library. - -- Set by default by INIT_PATHES to the local directory. + -- Set by default by INIT_PATHS to the local directory. Work_Directory : Name_Id; -- Local (current) directory. @@ -62,15 +62,15 @@ package Libraries is -- Chain of obsoleted design units. Obsoleted_Design_Units : Iir := Null_Iir; - -- Initialize library pathes table. + -- Initialize library paths table. -- Set the local path. - procedure Init_Pathes; + procedure Init_Paths; -- Add PATH in the search path. procedure Add_Library_Path (Path : String); - -- Get the number of path in the search pathes. - function Get_Nbr_Pathes return Natural; + -- Get the number of path in the search paths. + function Get_Nbr_Paths return Natural; -- Get path N. function Get_Path (N : Natural) return Name_Id; -- cgit v1.2.3