clang-tidy
This commit is contained in:
@@ -14,7 +14,7 @@ void Writer::update() {
|
||||
writing_counter_ = speed_;
|
||||
}
|
||||
|
||||
if (index_ == lenght_) {
|
||||
if (index_ == length_) {
|
||||
completed_ = true;
|
||||
}
|
||||
} else {
|
||||
@@ -52,7 +52,7 @@ void Writer::setKerning(int value) {
|
||||
// Establece el valor de la variable
|
||||
void Writer::setCaption(const std::string &text) {
|
||||
caption_ = text;
|
||||
lenght_ = text.length();
|
||||
length_ = text.length();
|
||||
}
|
||||
|
||||
// Establece el valor de la variable
|
||||
|
||||
Reference in New Issue
Block a user