Bug#395194: munin-node: typo in memory plugin info field

2006-10-26 Thread Tore Anderson
tags 395194 fixed-upstream
quit

* Ferenc Wagner

 subject says it all, see attached patch. In short: contigios -
 contiguous.

  Corrected upstream, thanks.

-- 
Tore Anderson



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#395194: munin-node: typo in memory plugin info field

2006-10-25 Thread Ferenc Wagner
Package: munin-node
Version: 1.2.3-1
Severity: minor
Tags: patch

Hi,

subject says it all, see attached patch. In short: contigios - contiguous.

Thanks,
Feri.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.12-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages munin-node depends on:
ii  libnet-server-perl 0.87-3sarge1  An extensible, general perl server
ii  perl   5.8.4-8sarge5 Larry Wall's Practical Extraction 
ii  procps 1:3.2.1-2 The /proc file system utilities

-- no debconf information
--- memory  2005-04-03 02:54:12.0 +0200
+++ /root/memory2006-10-25 16:40:45.0 +0200
@@ -122,7 +122,7 @@
{
print vmalloc_used.label vmalloc_used\n;
print vmalloc_used.draw STACK\n;
-   print vmalloc_used.info Virtual memory used by the kernel 
(used when the memory does not have to be physically contigious).\n;
+   print vmalloc_used.info Virtual memory used by the kernel 
(used when the memory does not have to be physically contiguous).\n;
}
if (exists $mems{'Committed_AS'})
{