summaryrefslogtreecommitdiff
path: root/src/pwl.c
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2017-04-30 20:42:28 +0100
committerReuben Thomas <rrt@sc3d.org>2017-04-30 20:42:28 +0100
commit2ecfad69be15989a259da02192f52001998cc7fa (patch)
tree4cb8dfc2df671dbd706e3ee631b986192472580c /src/pwl.c
parent1d3fbef4f5da29e1f6a834b1329b8e43ae7deef0 (diff)
downloadenchant-2ecfad69be15989a259da02192f52001998cc7fa.tar.gz
pwl.c: fix typo in comment
Diffstat (limited to 'src/pwl.c')
-rw-r--r--src/pwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pwl.c b/src/pwl.c
index 1846c7e..6d33402 100644
--- a/src/pwl.c
+++ b/src/pwl.c
@@ -46,7 +46,7 @@
* at the front of the list. Would need a "soundex" that is
* general enough to handle languages other than English.
*
- * - iterative deepending to find suggestions, rather than a straight
+ * - iterative deepening to find suggestions, rather than a straight
* search to depth three.
*
*/