Fixed some typos in the documentation and comments.

This commit is contained in:
huangj.fnst@fujitsu.com 2021-10-14 11:13:16 +05:30 committed by Akshay Joshi
parent 8b7b63868f
commit 8a21d9b500
15 changed files with 23 additions and 23 deletions

View File

@ -212,5 +212,5 @@ Backform for generating properties/create dialog for selected node. We have
divided each module in small chunks as much as possible. Not all javascript
modules are required to be loaded (i.e. loading a javascript module for
database will make sense only when a server node is loaded completely.) Please
look at the the javascript files node.js, browser.js, menu.js, panel.js, etc for
look at the javascript files node.js, browser.js, menu.js, panel.js, etc for
better understanding of the code.

View File

@ -15,7 +15,7 @@ installation, and is distributed as part of Advanced Server. You must have
superuser privileges to use the debugger.
Before using the debugger, you must modify the *postgresql.conf* file, adding
the server-side debugger components to the the value of the
the server-side debugger components to the value of the
*shared_preload_libraries* parameter, for example:
shared_preload_libraries = '$libdir/plugin_debugger'

View File

@ -53,7 +53,7 @@ Click the *Options* tab to continue.
Use the fields in the *Options* tab to specify options:
* Click the the *Add* icon (+) button to add an option/value pair for the
* Click the *Add* icon (+) button to add an option/value pair for the
foreign data wrapper. Supported option/value pairs will be specific to the
selected foreign data wrapper.
* Specify the option name in the *Option* field and provide a corresponding

View File

@ -29,7 +29,7 @@ In the definition panel, identify the target:
:alt: Synonym dialog general tab
:align: center
* Use the drop-down listbox next to *Target Type* to select the the type of
* Use the drop-down listbox next to *Target Type* to select the type of
object referenced by the synonym.
* Use the drop-down listbox next to *Target Schema* to select the name of the
schema in which the object resides.

View File

@ -518,7 +518,7 @@ class CollationView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def delete(self, gid, sid, did, scid, coid=None, only_sql=False):
"""
This function will delete existing the collation object
This function will delete the existing collation object
Args:
gid: Server Group ID
@ -575,7 +575,7 @@ class CollationView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def update(self, gid, sid, did, scid, coid):
"""
This function will updates existing the collation object
This function will updates the existing collation object
Args:
gid: Server Group ID

View File

@ -498,7 +498,7 @@ class SynonymView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def delete(self, gid, sid, did, scid, syid=None, only_sql=False):
"""
This function will delete existing the synonym object
This function will delete the existing synonym object
Args:
gid: Server Group ID
@ -555,7 +555,7 @@ class SynonymView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def update(self, gid, sid, did, scid, syid):
"""
This function will updates existing the synonym object
This function will updates the existing synonym object
Args:
gid: Server Group ID

View File

@ -434,7 +434,7 @@ class ColumnsView(PGChildNodeView, DataTypeReader):
@check_precondition
def delete(self, gid, sid, did, scid, tid, clid=None):
"""
This function will updates existing the schema object
This function will updates the existing schema object
Args:
gid: Server Group ID
@ -501,7 +501,7 @@ class ColumnsView(PGChildNodeView, DataTypeReader):
@check_precondition
def update(self, gid, sid, did, scid, tid, clid):
"""
This function will updates existing the schema object
This function will updates the existing schema object
Args:
gid: Server Group ID

View File

@ -547,7 +547,7 @@ class CompoundTriggerView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def delete(self, gid, sid, did, scid, tid, **kwargs):
"""
This function will updates existing the compound trigger object
This function will updates the existing compound trigger object
Args:
gid: Server Group ID
@ -618,7 +618,7 @@ class CompoundTriggerView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def update(self, gid, sid, did, scid, tid, trid):
"""
This function will updates existing the compound trigger object
This function will updates the existing compound trigger object
Args:
gid: Server Group ID

View File

@ -670,7 +670,7 @@ class IndexesView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def delete(self, gid, sid, did, scid, tid, **kwargs):
"""
This function will updates existing the schema object
This function will updates the existing schema object
Args:
gid: Server Group ID
@ -739,7 +739,7 @@ class IndexesView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def update(self, gid, sid, did, scid, tid, idx):
"""
This function will updates existing the schema object
This function will updates the existing schema object
Args:
gid: Server Group ID

View File

@ -640,7 +640,7 @@ class TriggerView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def delete(self, gid, sid, did, scid, tid, **kwargs):
"""
This function will updates existing the trigger object
This function will updates the existing trigger object
Args:
gid: Server Group ID
@ -710,7 +710,7 @@ class TriggerView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def update(self, gid, sid, did, scid, tid, trid):
"""
This function will updates existing the trigger object
This function will updates the existing trigger object
Args:
gid: Server Group ID

View File

@ -1075,7 +1075,7 @@ class TypeView(PGChildNodeView, DataTypeReader, SchemaDiffObjectCompare):
@check_precondition
def update(self, gid, sid, did, scid, tid):
"""
This function will updates existing the type object
This function will updates the existing type object
Args:
gid: Server Group ID
@ -1138,7 +1138,7 @@ class TypeView(PGChildNodeView, DataTypeReader, SchemaDiffObjectCompare):
@check_precondition
def delete(self, gid, sid, did, scid, tid=None, only_sql=False):
"""
This function will updates existing the type object
This function will updates the existing type object
Args:
gid: Server Group ID

View File

@ -63,7 +63,7 @@ export function getStatsUrl(sid=-1, did=-1, chart_names=[]) {
return base_url;
}
/* This will process incoming charts data add it the the previous charts
/* This will process incoming charts data add it the previous charts
* data to get the new state.
*/
export function statsReducer(state, action) {

View File

@ -1591,7 +1591,7 @@ define('tools.querytool', [
/* history fetch fail should not affect query tool */
});
},
/* This function is responsible to create and render the the history tab. */
/* This function is responsible to create and render the history tab. */
render_history_grid: function() {
var self = this;

View File

@ -716,7 +716,7 @@ class PgadminPage:
xpath_for_refresh_btn = "//li[@class='context-menu-item']" \
"/span[text()='Refresh...']"
# add code to refresh button, sometime the the collapsing button
# add code to refresh button, sometime the collapsing button
# is not visible even if there is sub node.
functions_node_ele = self.find_by_xpath(xpath_for_functions_node)

View File

@ -49,7 +49,7 @@ describe('#callRenderAfterPoll', () => {
};
});
it('renders the the editor', () => {
it('renders the editor', () => {
callRenderAfterPoll(sqlEditorSpy, alertify, queryResult);
expect(sqlEditorSpy._render).toHaveBeenCalledWith(queryResult);
@ -142,7 +142,7 @@ describe('#callRenderAfterPoll', () => {
};
});
it('renders the the editor', () => {
it('renders the editor', () => {
callRenderAfterPoll(sqlEditorSpy, alertify, queryResult);
expect(sqlEditorSpy._render).toHaveBeenCalledWith(queryResult);