Changeset 694

Show
Ignore:
Timestamp:
06/06/09 01:33:42 (4 years ago)
Author:
bjourne
Message:

Correct spelling error.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gtkimageview/src/gdkpixbufdrawcache.c

    r590 r694  
    11/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; coding: utf-8 -*-  
    22 * 
    3  * Copyright © 2007-2008 Björn Lindqvist <bjourne@gmail.com> 
     3 * Copyright © 2007-2009 Björn Lindqvist <bjourne@gmail.com> 
    44 * 
    55 * This library is free software; you can redistribute it and/or 
     
    2424 * 
    2525 * <para> 
    26  *   The main object in this file is #GdkPixbufDrawCache which provies 
    27  *   a cache that should be used by #GtkIImageTool's when redrawing 
    28  *   the #GtkImageView. 
     26 *   The main object in this file is #GdkPixbufDrawCache which 
     27 *   provides a cache that should be used by #GtkIImageTool instances 
     28 *   when redrawing the #GtkImageView. 
    2929 * </para> 
    3030 **/