aboutsummaryrefslogtreecommitdiff
path: root/jim-pack.c
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2015-10-06 11:40:31 +1000
committerSteve Bennett <steveb@workware.net.au>2015-10-06 11:40:31 +1000
commit20fb65ac241531c216aff64cd158cd8797128d49 (patch)
tree1e82f533b080bd90fd0b10efab6485eef050b737 /jim-pack.c
parentd3255357060bbe901d3f9176b32ac8d994e782e9 (diff)
downloadjimtcl-20fb65ac241531c216aff64cd158cd8797128d49.zip
jimtcl-20fb65ac241531c216aff64cd158cd8797128d49.tar.gz
jimtcl-20fb65ac241531c216aff64cd158cd8797128d49.tar.bz2
Fix some spelling mistakes
Signed-off-by: Steve Bennett <steveb@workware.net.au>
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)
{