瀏覽代碼

package/rapidxml: fix 'compilation' typo in patch description

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
Peter Korsgaard 10 月之前
父節點
當前提交
f301c007c7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/rapidxml/0001-ensure-internal-print-operations-are-declared-before.patch

+ 1 - 1
package/rapidxml/0001-ensure-internal-print-operations-are-declared-before.patch

@@ -2,7 +2,7 @@
 
 Stock rapidxml-1.13 does not allow implementers of the
 `rapidxml_print.hpp` header to build under GCC 4.7 (or newer) due to
-compliation issues. This is a result of "Name lookup changes" introduced
+compilation issues. This is a result of "Name lookup changes" introduced
 in GCC 4.7 [1]. The following adds forward declarations required to
 compile with GCC 4.7+.