~zorba-coders/zorba/bug-1210410-system

« back to all changes in this revision

Viewing changes to src/com/zorba-xquery/www/modules/system.xq

  • Committer: spungi
  • Date: 2011-07-04 05:01:27 UTC
  • Revision ID: svn-v4:8046edc3-af21-0410-8661-ec7318497eea:modules/zorba_system_module/trunk:11103
Fixed some typos in the modules under 'introspection', 'reflection' and 'external' categories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 : The properties which are accessible are all environment variables plus
20
20
 : the ones listed in this module as variables.
21
21
 : The variables are just defining string and are only there for a better
22
 
 : user experiance.
 
22
 : user experience.
23
23
 :
24
24
 : @author Markus Pilman
25
25
 : @project external
81
81
declare variable $system:os-arch as xs:string := "os.arch";
82
82
 
83
83
(:~
84
 
 : True if system arquitecture is 64bits
 
84
 : True if system architecture is 64bits
85
85
 :)
86
86
declare variable $system:os-is64 as xs:string := "os.is64";
87
87