File: 0005-typo-in-doc-string.patch

package info (click to toggle)
libemf 1.0.13-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,784 kB
  • sloc: ansic: 14,414; cpp: 5,857; makefile: 47; sh: 3
file content (21 lines) | stat: -rw-r--r-- 696 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: "Barak A. Pearlmutter" <barak+git@pearlmutter.net>
Date: Wed, 22 Feb 2017 10:57:01 +0000
Subject: typo in doc string

---
 libemf/libemf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libemf/libemf.h b/libemf/libemf.h
index 6c1b937..05c3464 100644
--- a/libemf/libemf.h
+++ b/libemf/libemf.h
@@ -109,7 +109,7 @@ namespace EMF {
    */
   struct CHARSTR {
     CHAR *const string_;	//!< Array of single byte characters.
-    const int length_;		//!< Number of single byte characers in array.
+    const int length_;		//!< Number of single byte characters in array.
     /*!
      * Simple constructor.
      * \param string pointer to array of single byte characters.