diff options
author | Zach Goldberg <zach@zachgoldberg.com> | 2010-04-18 11:59:06 -0400 |
---|---|---|
committer | Zach Goldberg <zach@zachgoldberg.com> | 2010-04-18 11:59:06 -0400 |
commit | e239faacb4798fe2d166233ca1a19a843a6225e3 (patch) | |
tree | 61f47deaf1c557968ae4dcf74a8d94562b3a7b59 | |
parent | 79aa416ae8632b123da61d79fb820d9e2704209c (diff) | |
download | pygi-e239faacb4798fe2d166233ca1a19a843a6225e3.tar.gz pygi-e239faacb4798fe2d166233ca1a19a843a6225e3.tar.xz pygi-e239faacb4798fe2d166233ca1a19a843a6225e3.zip |
Fix a typo in pygi-callbacks.c header
-rw-r--r-- | gi/pygi-callbacks.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |