From e239faacb4798fe2d166233ca1a19a843a6225e3 Mon Sep 17 00:00:00 2001 From: Zach Goldberg Date: Sun, 18 Apr 2010 11:59:06 -0400 Subject: Fix a typo in pygi-callbacks.c header --- gi/pygi-callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gi/pygi-callbacks.c b/gi/pygi-callbacks.c index 0096a8b..cf6ebd9 100644 --- a/gi/pygi-callbacks.c +++ b/gi/pygi-callbacks.c @@ -1,7 +1,7 @@ /* -*- Mode: C; c-basic-offset: 4 -*- * vim: tabstop=4 shiftwidth=4 expandtab * - * pygi-closure.c: PyGI C Closure functions + * pygi-callbacks.c: PyGI C Callback Functions and Helpers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public -- cgit