fix-spelling

Fix spelling on several filesIndex: note/lib/NOTEDB/README

Gbp-Pq: Name 0001-fix-spelling.patch
Signed-off-by: Emmanuel Arias <emmanuelarias30@gmail.com>
This commit is contained in:
Emmanuel Arias
2019-05-06 23:56:45 +00:00
parent 0df093a613
commit ec2a36b4ad
10 changed files with 57 additions and 64 deletions

View File

@@ -1,7 +1,7 @@
perl modules for note used as database backends.
the install.sh script will install both of them,
although you may only need one backend. Perhaps
other users on your system have oter ideas in mind...
other users on your system have other ideas in mind...
Therefore, please ignore these file. There is nothing
to edit or to do. Simply leave this directory :-)

View File

@@ -451,7 +451,7 @@ NOTEDB::binary - module lib for accessing a notedb from perl
# get all existing notes
%all_notes = $db->get_all();
# format of returnes hash like the one from get_search above
# format of returns hash like the one from get_search above
# get the next noteid available
$next_num = $db->get_nextnum();
@@ -481,7 +481,7 @@ However, both versions provides identical interfaces, which means, you do
not need to change your code, if you want to switch to another database format.
Currently, NOTEDB module is only used by note itself. But feel free to use it
within your own project! Perhaps someone want to implement a webinterface to
within your own project! Perhaps someone want to implement a web interface to
note...
=head1 USAGE

View File

@@ -230,12 +230,12 @@ NOTEDB::dbm - module lib for accessing a notedb from perl
# get all existing notes
%all_notes = $db->get_all();
# format of returnes hash like the one from get_search above
# format of returns hash like the one from get_search above
# get the next noteid available
$next_num = $db->get_nextnum();
# recount all noteids starting by 1 (usefull after deleting one!)
# recount all noteids starting by 1 (useful after deleting one!)
$db->set_recountnums();
# modify a certain note
@@ -253,7 +253,7 @@ You can use this module for accessing a note database. This is the dbm module.
It uses the DB_FILE module to store it's data and it uses DBM files for tis purpose.
Currently, NOTEDB module is only used by note itself. But feel free to use it
within your own project! Perhaps someone want to implement a webinterface to
within your own project! Perhaps someone want to implement a web interface to
note...
=head1 USAGE

View File

@@ -329,7 +329,7 @@ NOTEDB::text - module lib for accessing a notedb from perl
# get all existing notes
%all_notes = $db->get_all();
# format of returnes hash like the one from get_search above
# format of returns hash like the one from get_search above
# get the next noteid available
$next_num = $db->get_nextnum();
@@ -356,7 +356,7 @@ You can use this module for accessing a note database. This backend uses
a text file for storage and Storable for accessing the file.
Currently, NOTEDB module is only used by note itself. But feel free to use it
within your own project! Perhaps someone want to implement a webinterface to
within your own project! Perhaps someone want to implement a web interface to
note...
=head1 USAGE

View File

@@ -370,7 +370,7 @@ NOTEDB::general - module lib for accessing a notedb from perl
# get all existing notes
%all_notes = $db->get_all();
# format of returnes hash like the one from get_search above
# format of returns hash like the one from get_search above
# get the next noteid available
$next_num = $db->get_nextnum();
@@ -397,7 +397,7 @@ You can use this module for accessing a note database. This backend uses
a text file for storage and Config::General for accessing the file.
Currently, NOTEDB module is only used by note itself. But feel free to use it
within your own project! Perhaps someone want to implement a webinterface to
within your own project! Perhaps someone want to implement a web interface to
note...
=head1 USAGE

View File

@@ -377,12 +377,12 @@ NOTEDB::mysql - module lib for accessing a notedb from perl
# get all existing notes
%all_notes = $db->get_all();
# format of returnes hash like the one from get_search above
# format of returns hash like the one from get_search above
# get the next noteid available
$next_num = $db->get_nextnum();
# recount all noteids starting by 1 (usefull after deleting one!)
# recount all noteids starting by 1 (useful after deleting one!)
$db->set_recountnums();
# modify a certain note
@@ -409,7 +409,7 @@ However, both versions provides identical interfaces, which means, you do
not need to change your code, if you want to switch to another database format.
Currently, NOTEDB module is only used by note itself. But feel free to use it
within your own project! Perhaps someone want to implement a webinterface to
within your own project! Perhaps someone want to implement a web interface to
note...
=head1 USAGE

View File

@@ -568,7 +568,7 @@ NOTEDB::pwsafe3 - module lib for accessing a notedb from perl
# get all existing notes
%all_notes = $db->get_all();
# format of returnes hash like the one from get_search above
# format of returns hash like the one from get_search above
# get the next noteid available
$next_num = $db->get_nextnum();
@@ -595,7 +595,7 @@ You can use this module for accessing a note database. This backend uses
a text file for storage and Config::General for accessing the file.
Currently, NOTEDB module is only used by note itself. But feel free to use it
within your own project! Perhaps someone want to implement a webinterface to
within your own project! Perhaps someone want to implement a web interface to
note...
=head1 USAGE

View File

@@ -310,7 +310,7 @@ NOTEDB::text - module lib for accessing a notedb from perl
# get all existing notes
%all_notes = $db->get_all();
# format of returnes hash like the one from get_search above
# format of returns hash like the one from get_search above
# get the next noteid available
$next_num = $db->get_nextnum();
@@ -337,7 +337,7 @@ You can use this module for accessing a note database. This backend uses
a text file for storage and Storable for accessing the file.
Currently, NOTEDB module is only used by note itself. But feel free to use it
within your own project! Perhaps someone want to implement a webinterface to
within your own project! Perhaps someone want to implement a web interface to
note...
=head1 USAGE