mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
viewer: Fix typos in comments
All of them were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
29f36d9264
commit
053403ecdb
@ -44,7 +44,7 @@
|
||||
|
||||
const int kSvPort = 8461;
|
||||
const int kMaxMsgSize = 4096;
|
||||
const int kMaxIntPairSize = 45; // Holds %d,%d, for upto 64 bit.
|
||||
const int kMaxIntPairSize = 45; // Holds %d,%d, for up to 64 bit.
|
||||
|
||||
#include "svutil.h"
|
||||
|
||||
@ -342,7 +342,7 @@ void* ScrollView::StartEventHandler(void* a) {
|
||||
k = i;
|
||||
}
|
||||
}
|
||||
// If we didnt find anything we had an old alarm and just sleep again.
|
||||
// If we didn't find anything we had an old alarm and just sleep again.
|
||||
if (new_event != NULL) {
|
||||
sv->event_table_[k] = NULL;
|
||||
sv->mutex_->Unlock();
|
||||
|
@ -327,7 +327,7 @@ class ScrollView {
|
||||
// be unique among menubar eventIDs.
|
||||
void MenuItem(const char* parent, const char* name, int cmdEvent);
|
||||
|
||||
// This adds a new checkbox entry, which might initally be flagged.
|
||||
// This adds a new checkbox entry, which might initially be flagged.
|
||||
void MenuItem(const char* parent, const char* name,
|
||||
int cmdEvent, bool flagged);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user