From 5336f11d2781652a9b2cce6153314a852a81f8aa Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 2 Jan 2008 18:02:55 -0600 Subject: [PATCH] riched20: fix a typo in rtf.h --- dlls/riched20/rtf.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/riched20/rtf.h b/dlls/riched20/rtf.h index 9befae7..5a12515 100644 --- a/dlls/riched20/rtf.h +++ b/dlls/riched20/rtf.h @@ -36,7 +36,7 @@ * that only care about gross token distinctions. * Major/minor numbers: Within their class, tokens have a major * number, and may also have a minor number to further - * distinquish tokens with the same major number. + * distinguish tokens with the same major number. * * *** Class, major and minor token numbers are all >= 0 *** * -- 1.4.4.2