summaryrefslogtreecommitdiff
path: root/tex/context/base/l-os.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-01-24 10:00:00 +0100
committerHans Hagen <pragma@wxs.nl>2011-01-24 10:00:00 +0100
commit1b64f6bc515ace3fb763a3c3b8110007e44119af (patch)
treefa0097d1e58463a8241edcc4b9968e4871c9d711 /tex/context/base/l-os.lua
parentd51b0199635ee8f6047164a466a8d556c68186a0 (diff)
downloadcontext-1b64f6bc515ace3fb763a3c3b8110007e44119af.tar.gz
beta 2011.01.24 10:00
Diffstat (limited to 'tex/context/base/l-os.lua')
-rw-r--r--tex/context/base/l-os.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/l-os.lua b/tex/context/base/l-os.lua
index c2e229834..0448710ff 100644
--- a/tex/context/base/l-os.lua
+++ b/tex/context/base/l-os.lua
@@ -212,7 +212,7 @@ elseif os.type == "windows" then
elseif name == "linux" then
function os.resolvers.platform(t,k)
- -- we sometims have HOSTTYPE set so let's check that first
+ -- we sometimes have HOSTTYPE set so let's check that first
local platform, architecture = "", os.getenv("HOSTTYPE") or os.resultof("uname -m") or ""
if find(architecture,"x86_64") then
platform = "linux-64"
@@ -290,7 +290,7 @@ elseif name == "freebsd" then
elseif name == "kfreebsd" then
function os.resolvers.platform(t,k)
- -- we sometims have HOSTTYPE set so let's check that first
+ -- we sometimes have HOSTTYPE set so let's check that first
local platform, architecture = "", os.getenv("HOSTTYPE") or os.resultof("uname -m") or ""
if find(architecture,"x86_64") then
platform = "kfreebsd-amd64"