aboutsummaryrefslogtreecommitdiff
path: root/jim-pack.c
diff options
context:
space:
mode:
Diffstat (limited to 'jim-pack.c')
-rw-r--r--jim-pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim-pack.c b/jim-pack.c
index 0fdd445..61741fc 100644
--- a/jim-pack.c
+++ b/jim-pack.c
@@ -366,7 +366,7 @@ static int Jim_UnpackCmd(Jim_Interp *interp, int argc, Jim_Obj *const *argv)
* Packs the binary representation of 'value' into the variable of the given name.
* The value is packed according to the given type, width and bitoffset.
* The variable is created if necessary (like [append])
- * Ihe variable is expanded if necessary
+ * The variable is expanded if necessary
*/
static int Jim_PackCmd(Jim_Interp *interp, int argc, Jim_Obj *const *argv)
{