diff options
Diffstat (limited to 'src/analysis/db/misc')
-rw-r--r-- | src/analysis/db/misc/rlestr.c | 2 | ||||
-rw-r--r-- | src/analysis/db/misc/snapshot.c | 4 | ||||
-rw-r--r-- | src/analysis/db/misc/timestamp.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/analysis/db/misc/rlestr.c b/src/analysis/db/misc/rlestr.c index c1cc866..d73d823 100644 --- a/src/analysis/db/misc/rlestr.c +++ b/src/analysis/db/misc/rlestr.c @@ -306,7 +306,7 @@ bool unpack_rle_string(rle_string *str, packed_buffer *pbuf) /****************************************************************************** * * -* Paramètres : str = informations à sauvegarer. * +* Paramètres : str = informations à sauvegarder. * * pbuf = paquet de données où venir inscrire les infos. * * * * Description : Exporte la définition d'une chaîne de caractères. * diff --git a/src/analysis/db/misc/snapshot.c b/src/analysis/db/misc/snapshot.c index 723ba75..23fe15c 100644 --- a/src/analysis/db/misc/snapshot.c +++ b/src/analysis/db/misc/snapshot.c @@ -201,7 +201,7 @@ bool unpack_snapshot_id(snapshot_id_t *id, packed_buffer *pbuf) /****************************************************************************** * * -* Paramètres : id = informations à sauvegarer. * +* Paramètres : id = informations à sauvegarder. * * pbuf = paquet de données où venir inscrire les infos. * * * * Description : Exporte la définition d'un identifiant d'instantané. * @@ -462,7 +462,7 @@ bool unpack_snapshot_info(snapshot_info_t *info, packed_buffer *pbuf) /****************************************************************************** * * -* Paramètres : info = informations à sauvegarer. * +* Paramètres : info = informations à sauvegarder. * * pbuf = paquet de données où venir inscrire les infos. * * * * Description : Exporte la description d'un identifiant d'instantané. * diff --git a/src/analysis/db/misc/timestamp.c b/src/analysis/db/misc/timestamp.c index 4d457e2..848a3dc 100644 --- a/src/analysis/db/misc/timestamp.c +++ b/src/analysis/db/misc/timestamp.c @@ -216,7 +216,7 @@ bool unpack_timestamp(timestamp_t *timestamp, packed_buffer *pbuf) /****************************************************************************** * * -* Paramètres : timestamp = informations à sauvegarer. * +* Paramètres : timestamp = informations à sauvegarder. * * pbuf = paquet de données où venir inscrire les infos. * * * * Description : Exporte la définition d'un horodatage. * |