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

@@ -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