From a0c387efb7939a3004e762ad9e11f2224da945b0 Mon Sep 17 00:00:00 2001
From: Martin Guy
Date: Wed, 27 Apr 2011 00:52:33 +0200
Subject: [PATCH] Fix typo
---
doc/eluadoc/refman_gen_pack.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/eluadoc/refman_gen_pack.lua b/doc/eluadoc/refman_gen_pack.lua
index 7feea2c9..ff90d6b4 100644
--- a/doc/eluadoc/refman_gen_pack.lua
+++ b/doc/eluadoc/refman_gen_pack.lua
@@ -10,7 +10,7 @@ data_en =
menu_name = "pack",
-- Overview
- overview = [[This module allows for arbitrary packing of data into Lua strings and unpacking data from Lua strings. In this way, a string can be used to store data in a platform-indepdendent
+ overview = [[This module allows for arbitrary packing of data into Lua strings and unpacking data from Lua strings. In this way, a string can be used to store data in a platform-independent
manner. It is based on the ^http://www.tecgraf.puc-rio.br/~~lhf/ftp/lua/#lpack^lpack^ module from Luiz Henrique de Figueiredo (with some minor tweaks).
Both methods of this module (@#pack@pack@ and @#unpack@unpack@) use a $format string$ to describe how to pack/unpack the data. The format string contains one or more $data specifiers$, each
data specifier is applied to a single variable that must be packed/unpacked. The data specifier has the following general format: