aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-mktemp.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-09-02 12:19:22 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-09-02 12:19:22 +0800
commit8e47917e8c7126aee49f98826ef67623346546e8 (patch)
tree94e5754591bf53d374ce010dc2bd84d312839338 /e-util/e-mktemp.c
parent29e4139610f8ff983c440167d9ea704e2ac89a9e (diff)
downloadgsoc2013-evolution-8e47917e8c7126aee49f98826ef67623346546e8.tar
gsoc2013-evolution-8e47917e8c7126aee49f98826ef67623346546e8.tar.gz
gsoc2013-evolution-8e47917e8c7126aee49f98826ef67623346546e8.tar.bz2
gsoc2013-evolution-8e47917e8c7126aee49f98826ef67623346546e8.tar.lz
gsoc2013-evolution-8e47917e8c7126aee49f98826ef67623346546e8.tar.xz
gsoc2013-evolution-8e47917e8c7126aee49f98826ef67623346546e8.tar.zst
gsoc2013-evolution-8e47917e8c7126aee49f98826ef67623346546e8.zip
Update FSF address in header comments (#469886). Patch from Tobias
2007-09-02 Matthew Barnes <mbarnes@redhat.com> * Update FSF address in header comments (#469886). Patch from Tobias Mueller. svn path=/trunk/; revision=34151
Diffstat (limited to 'e-util/e-mktemp.c')
-rw-r--r--e-util/e-mktemp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/e-util/e-mktemp.c b/e-util/e-mktemp.c
index 2b4fdf5d47..f9841e0629 100644
--- a/e-util/e-mktemp.c
+++ b/e-util/e-mktemp.c
@@ -15,8 +15,8 @@
*
* You should have received a copy of the GNU General Public
* License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*/
@@ -154,7 +154,7 @@ get_dir (gboolean make)
d(printf("temp dir '%s'\n", path ? path->str : "(null)"));
- /* fire off an expirey attempt no more often than TEMP_SCAN seconds */
+ /* fire off an expiry attempt no more often than TEMP_SCAN seconds */
if (path && (last+TEMP_SCAN) < now) {
last = now;
expire_dir_rec(path->str, now);