Correct typo: initiate -> initialize

Change-Id: I2282bf4df87094679135176555ac18d9678de0b4
This commit is contained in:
Émilie Feral
2017-08-17 16:34:19 +02:00
parent 0a2a507b9d
commit c189876673
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
#include <assert.h>
#include <string.h>
/* TODO: find a shorter way to initiate tree models
/* TODO: find a shorter way to initialize tree models
* We create one model tree: each node keeps the label of the row it refers to
* and the text which would be edited by clicking on the row. When the node is a
* subtree, the edited text is set at I18n::Message::Default. */