SPECS: LeakTracer.spec - typo

qboosh qboosh at pld-linux.org
Sun Dec 11 13:35:53 CET 2005


Author: qboosh                       Date: Sun Dec 11 12:35:53 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- typo

---- Files affected:
SPECS:
   LeakTracer.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/LeakTracer.spec
diff -u SPECS/LeakTracer.spec:1.9 SPECS/LeakTracer.spec:1.10
--- SPECS/LeakTracer.spec:1.9	Sun Dec 11 10:38:08 2005
+++ SPECS/LeakTracer.spec	Sun Dec 11 13:35:48 2005
@@ -21,7 +21,7 @@
 LeakTracer is a small tool for checking a C++ program for memory
 leaks. To use LeakTracer, run your program using the provided
 LeakCheck script. It uses the LD_PRELOAD feature to "overlay" some
-functions on top of your functions (no recompile needed). leak-anlyze
+functions on top of your functions (no recompile needed). leak-analyze
 uses gdb to print out the exact line where the memory was allocated
 and not freed - this of course means you have to free all dynamically
 allocated data. LeakTracer also overrides the global operator new and
@@ -34,7 +34,7 @@
 wycieków pamięci. Aby go użyć na jakimś programie, trzeba uruchomić
 ten program przy użyciu załączonego skryptu LeakCheck. Używa on
 LD_PRELOAD do przykrycia niektórych funkcji (rekompilacja nie jest
-potrzebna). leak-anlyze używa gdb do pokazania w których dokładnie
+potrzebna). leak-analyze używa gdb do pokazania w których dokładnie
 liniach pamięć została przydzielona i nie zwolniona - co oznacza, że
 trzeba zwolnić wszystkie dynamicznie przydzielone dane. LeakTracer
 przykrywa także globalne operatory new i delete - może to spowodować
@@ -80,6 +80,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2005/12/11 12:35:48  qboosh
+- typo
+
 Revision 1.9  2005/12/11 09:38:08  qboosh
 - pl, BR: gcc-c++
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/LeakTracer.spec?r1=1.9&r2=1.10&f=u




More information about the pld-cvs-commit mailing list