summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:46:50 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:40 +0200
commit75f5d9d21401d16698eac2c5d092ae83970c0a99 (patch)
tree5f624f5f7da8dd18b3cbae3de060f309d396b9d8 /hwpfilter
parent574ad3aa020fd872209c67a6a549ed70e5257d0f (diff)
typo: postion -> position
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hwpfilter/source/hbox.h b/hwpfilter/source/hbox.h
index 8dbe2bbbb096..f27913780be4 100644
--- a/hwpfilter/source/hbox.h
+++ b/hwpfilter/source/hbox.h
@@ -441,7 +441,7 @@ struct Columns
return;
}
}
- // last postion.
+ // last position.
if( nCount == nTotal )
AddColumnsSize();
data[nCount++] = pos;
@@ -502,7 +502,7 @@ struct Rows
return;
}
}
- // last postion.
+ // last position.
if( nCount == nTotal )
AddRowsSize();
data[nCount++] = pos;