aboutsummaryrefslogtreecommitdiffstats
path: root/src/dblayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dblayer.c')
-rw-r--r--src/dblayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dblayer.c b/src/dblayer.c
index 0a59938..8703c1e 100644
--- a/src/dblayer.c
+++ b/src/dblayer.c
@@ -828,7 +828,7 @@ int del_transaction_try(DB *db, char *arg, int conf) {
ERR("Program not found in the db.");
return -1;
}
- /* If we are deleting a proram we should delete everything that
+ /* If we are deleting a program we should delete everything that
* refferences it (configs and relationships) */
if (!conf) {
remove_all_configs(db, pid);