From b08a29cab41b2c99e88c8982cc17d90add8a08c6 Mon Sep 17 00:00:00 2001 From: Hugo Saint-Vignes Date: Mon, 23 Nov 2020 16:54:34 +0100 Subject: [PATCH] [apps/sequence] Fix typo Change-Id: Ic34b84073ef268eaddfe4224c3171c9aaa7ca395 --- apps/sequence/list/sequence_toolbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sequence/list/sequence_toolbox.cpp b/apps/sequence/list/sequence_toolbox.cpp index d268fcc64..fedcc3966 100644 --- a/apps/sequence/list/sequence_toolbox.cpp +++ b/apps/sequence/list/sequence_toolbox.cpp @@ -69,7 +69,7 @@ void SequenceToolbox::buildExtraCellsLayouts(const char * sequenceName, int recu m_numberOfAddedCells = 0; return; } - /* The cells added reprensent the sequence at smaller ranks than its depth + /* The cells added represent the sequence at smaller ranks than its depth * and the other sequence at ranks smaller or equal to the depth, ie: * if the sequence is u(n+1), we add cells u(n), v(n), v(n+1), w(n), w(n+1). * There is a special case for double recurrent sequences because we do not