Fix Dolibarr spellings

This commit is contained in:
MDW
2024-03-16 18:11:10 +01:00
parent c146f708e3
commit 5067a8bee9
11 changed files with 179 additions and 171 deletions

View File

@@ -1,5 +1,6 @@
<?php
/* Copyright (C) ---Put here your own copyright and developer email---
* Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -53,7 +54,7 @@ class InterfaceMyModuleTriggers extends DolibarrTriggers
}
/**
* Function called when a Dolibarrr business event is done.
* Function called when a Dolibarr business event is done.
* All functions "runTrigger" are triggered if file
* is inside directory core/triggers
*