mirror of
https://codeberg.org/scip/note.git
synced 2025-12-17 04:31:02 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user