Skip to content
Snippets Groups Projects
Commit 32b67426 authored by David Vasek's avatar David Vasek Committed by Libor Peltan
Browse files

catalog: fix a typo

parent 9f332e37
No related branches found
No related tags found
1 merge request!1370Implement purge of catalog DB
......@@ -29,7 +29,7 @@ typedef enum {
CAT_UPD_MINOR, // owner or catzone change, uniqID preserved
CAT_UPD_UNIQ, // uniqID change
CAT_UPD_PROP, // ONLY change of properties of existing member
CAT_UPD_MAX, // number of options in ths enum
CAT_UPD_MAX, // number of options in the enum
} catalog_upd_type_t;
typedef struct catalog_upd_val {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment