File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
45
45
const int kSvPort = 8461 ;
46
46
const int kMaxMsgSize = 4096 ;
47
- const int kMaxIntPairSize = 45 ; // Holds %d,%d, for upto 64 bit.
47
+ const int kMaxIntPairSize = 45 ; // Holds %d,%d, for up to 64 bit.
48
48
49
49
#include " svutil.h"
50
50
@@ -342,7 +342,7 @@ void* ScrollView::StartEventHandler(void* a) {
342
342
k = i;
343
343
}
344
344
}
345
- // If we didnt find anything we had an old alarm and just sleep again.
345
+ // If we didn't find anything we had an old alarm and just sleep again.
346
346
if (new_event != NULL ) {
347
347
sv->event_table_ [k] = NULL ;
348
348
sv->mutex_ ->Unlock ();
Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ class ScrollView {
327
327
// be unique among menubar eventIDs.
328
328
void MenuItem (const char * parent, const char * name, int cmdEvent);
329
329
330
- // This adds a new checkbox entry, which might initally be flagged.
330
+ // This adds a new checkbox entry, which might initially be flagged.
331
331
void MenuItem (const char * parent, const char * name,
332
332
int cmdEvent, bool flagged);
333
333
You can’t perform that action at this time.
0 commit comments