Skip to content

Commit

Permalink
uid_avp_db: typo succesSful
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent 7fd8c06 commit d8d2c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/uid_avp_db/README
Expand Up @@ -491,7 +491,7 @@ n)
route["load_dialog_data"] {
lock_extra_attrs("dlg", "$id");

del_attr("$dlg_init_method"); # used as flag of succesful read of data
del_attr("$dlg_init_method"); # used as flag of successful read of data

# delete all used dlg attrs (because load_extra_attrs doesn't delete the
m itself before adding)
Expand Down
2 changes: 1 addition & 1 deletion src/modules/uid_avp_db/doc/avp_dialogs.cfg
Expand Up @@ -125,7 +125,7 @@ route["save_dialog"] {
route["load_dialog_data"] {
lock_extra_attrs("dlg", "$id");

del_attr("$dlg_init_method"); # used as flag of succesful read of data
del_attr("$dlg_init_method"); # used as flag of successful read of data

# delete all used dlg attrs (because load_extra_attrs doesn't delete them itself before adding)
del_attr("$dlg_init_method");
Expand Down

0 comments on commit d8d2c14

Please sign in to comment.