Skip to content

Commit 7840f04

Browse files
committed
Fix typo in comment.
1 parent 45d3127 commit 7840f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/psql/abc_blob_store_blob/abc_blob_store_blob_insert_blob.psql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @param p_cmp_id The ID of the company (safeguard).
66
* @param p_blb_filename The filename given to the BLOB.
77
* @param p_blb_mime_type The mime type of the BLOB.
8-
* @param p_blb_timestamp The lats modification time of the BLOB. Defaults to now().
8+
* @param p_blb_timestamp The last modification time of the BLOB. Defaults to now().
99
* @param p_bdt_data The actual BLOB.
1010
*
1111
* @type none

0 commit comments

Comments
 (0)