pgAdmin III commit: Fixed few typos in comments

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fixed few typos in comments
Date: 2015-07-08 05:20:52
Message-ID: E1ZChmu-0004Db-9v@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed few typos in comments

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=6b4d54aac0556f681c05abab564f381ab40a5b12
Author: Dmitriy Olshevskiy <olshevskiy87(at)bk(dot)ru>

Modified Files
--------------
pgadmin/ctl/explainCanvas.cpp | 2 +-
pgadmin/debugger/frmDebugger.cpp | 2 +-
pgadmin/dlg/dlgEditGridOptions.cpp | 2 +-
pgadmin/dlg/dlgFunction.cpp | 4 ++--
pgadmin/dlg/dlgProperty.cpp | 4 ++--
pgadmin/dlg/dlgSequence.cpp | 2 +-
pgadmin/frm/frmGrantWizard.cpp | 2 +-
pgadmin/frm/frmQuery.cpp | 2 +-
pgadmin/frm/frmReport.cpp | 2 +-
pgadmin/frm/frmStatus.cpp | 4 ++--
pgadmin/frm/plugins.cpp | 2 +-
pgadmin/gqb/gqbGridOrderTable.cpp | 2 +-
pgadmin/include/db/pgQueryThread.h | 2 +-
pgadmin/pgscript/utilities/m_apm/mapm_fpf.cpp | 2 +-
pgadmin/pgscript/utilities/m_apm/mapmutl2.cpp | 2 +-
pgadmin/schema/gpExtTable.cpp | 2 +-
pgadmin/schema/pgColumn.cpp | 2 +-
pgadmin/utils/sysSettings.cpp | 2 +-
pgadmin/utils/tabcomplete.c | 4 ++--
19 files changed, 23 insertions(+), 23 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-07-08 05:21:21 Re: PATCH: fix typos
Previous Message Ashesh Vashi 2015-07-08 05:17:40 Re: PATCH: fix size check in dlgProperty