]> Dogcows Code - chaz/tar/blobdiff - src/suffix.c
maint: update copyrights for 2013 and as per current GNU standards
[chaz/tar] / src / suffix.c
index a46b087f3e13bad9049e8020c9d5d144ff0384c1..d11e9ee20ff00bf24ca1f37daf41bafe7fff6261 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of GNU tar.
-   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+   Copyright 2007, 2009, 2013 Free Software Foundation, Inc.
 
    Written by Sergey Poznyakoff.
 
@@ -74,7 +74,7 @@ find_compression_program (const char *name, const char *defprog)
 }
 
 void
-set_comression_program_by_suffix (const char *name, const char *defprog)
+set_compression_program_by_suffix (const char *name, const char *defprog)
 {
   const char *program = find_compression_program (name, defprog);
   if (program)
This page took 0.022735 seconds and 4 git commands to generate.