Ticket #235: spelling.patch

File spelling.patch, 0.7 KB (added by cactusbin, 19 months ago)

Fixed patch format to be proper

  • src/guake.py

    From 47133c5121f438aab1d845822a8f3f41cd34498b Mon Sep 17 00:00:00 2001
    From: DJ Amireh <cactusbin@gmail.com>
    Date: Sun, 17 Oct 2010 15:50:43 -0400
    Subject: [PATCH] Fixed spelling error
    
    ---
     src/guake.py |    2 +-
     1 files changed, 1 insertions(+), 1 deletions(-)
    
    diff --git a/src/guake.py b/src/guake.py
    index 6214fb2..3d3080b 100644
    a b  
    13481348    if not test_gconf(): 
    13491349        raise ShowableError(_('Guake can not init!'), 
    13501350            _('Gconf Error.\n' 
    1351               'Have you installed <b>guake.schemas</b> properlly?')) 
     1351              'Have you installed <b>guake.schemas</b> properly?')) 
    13521352 
    13531353    if not main(): 
    13541354        gtk.main()