Browse Source

Merge remote-tracking branch 'origin/candidate-3.8.x' into candidate-3.10.x

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 13 years ago
parent
commit
b17065772d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      ecllibrary/std/system/Util.ecl

+ 3 - 1
ecllibrary/std/system/Util.ecl

@@ -2,6 +2,8 @@
 ## HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems.  All rights reserved.
 ############################################################################## */
 
+import lib_fileservices;
+
 /**
  * Various utility functions for accessing system function.
  */
@@ -22,7 +24,7 @@ EXPORT string CmdProcess(varstring prog, string src) :=
 /**
  * Returns the host name associated with a particular ip.
  *
- * @param ipaddress     The ip address to resolce.
+ * @param ipaddress     The ip address to resolve.
  * @returns             The host name.
  */