From 80eca2ed0b69f04420d8bea555bc28721bb1d3cf Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 2 Jan 2008 17:57:29 -0600 Subject: [PATCH] wineps: fix a typo --- dlls/wineps.drv/type1afm.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/wineps.drv/type1afm.c b/dlls/wineps.drv/type1afm.c index ad8c16a..dd79eee 100644 --- a/dlls/wineps.drv/type1afm.c +++ b/dlls/wineps.drv/type1afm.c @@ -1166,7 +1166,7 @@ static BOOL ReadAFMDir(LPCSTR dirname) * Reads font metrics from Type 1 AFM font files in directories listed in the * [afmdirs] section of the Wine configuration file. * - * If this function fails (returns FALSE), the dirver will fail to initialize + * If this function fails (returns FALSE), the driver will fail to initialize * and the driver heap will be destroyed, so it's not necessary to HeapFree * everything in that event. * -- 1.4.4.2