Skip to content

Commit 8a34da0

Browse files
committed
Fix typo in description
Signed-off-by: Stefan Weil <[email protected]>
1 parent 311a816 commit 8a34da0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/ccmain/thresholder.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
///////////////////////////////////////////////////////////////////////
22
// File: thresholder.cpp
3-
// Description: Base API for thresolding images in tesseract.
3+
// Description: Base API for thresholding images in tesseract.
44
// Author: Ray Smith
5-
// Created: Mon May 12 11:28:15 PDT 2008
65
//
76
// (C) Copyright 2008, Google Inc.
87
// Licensed under the Apache License, Version 2.0 (the "License");

src/ccmain/thresholder.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
///////////////////////////////////////////////////////////////////////
22
// File: thresholder.h
3-
// Description: Base API for thresolding images in tesseract.
3+
// Description: Base API for thresholding images in tesseract.
44
// Author: Ray Smith
5-
// Created: Mon May 12 11:00:15 PDT 2008
65
//
76
// (C) Copyright 2008, Google Inc.
87
// Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)