tfix typos in version info - cuda-memscrub - scrubs the global device memory of CUDA GPUs
 (HTM) git clone git://src.adamsgaard.dk/cuda-memscrub
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c03a79352dbcded5abf65e3144f7615c448afa95
 (DIR) parent 4bd9658bceab5d4dc01e41b8410802fd3fef3859
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu, 14 Aug 2014 09:11:05 +0200
       
       fix typos in version info
       
       Diffstat:
         M scrub.cu                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/scrub.cu b/scrub.cu
       t@@ -32,7 +32,7 @@ int main(int argc, char** argv)
            if (argc == 2 &&
                    (strcmp(argv[1], "-v") == 0 || strcmp(argv[1], "--version") == 0)) {
                printf("CUDA memory scrubber, version %s\n", VERSION);
       -        printf("License BGLv3+: GNU PGL version 3 or later "
       +        printf("License GPLv3+: GNU GPL version 3 or later "
                        "http://gnu.org/licenses/gpl.html\n"
                        "There is NO WARRANTY, to the extent permitted by law.\n"
                        "Written by Anders Damsgaard <andersd@riseup.net>\n"