From 73d8fcaa4ec2858e9cb7fee9041f5790ed548da5 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 2 Jan 2008 18:05:24 -0600 Subject: [PATCH] localspl: fix a typo --- dlls/localspl/localmon.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/localspl/localmon.c b/dlls/localspl/localmon.c index 8f5f7af..b29b844 100644 --- a/dlls/localspl/localmon.c +++ b/dlls/localspl/localmon.c @@ -225,7 +225,7 @@ static DWORD get_ports_from_reg(DWORD level, LPBYTE pPorts, DWORD cbBuf, LPDWORD if ((res == ERROR_SUCCESS) && (portname[0])) { numentries++; - /* calsulate the required size */ + /* calculate the required size */ needed += entrysize; needed += (len + 1) * sizeof(WCHAR); if (level > 1) { -- 1.4.4.2