diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2019-10-20 13:13:24 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2019-10-20 13:13:24 (GMT) |
commit | 7ba652c99e843b21c108fc242b8faa7f5f9502c0 (patch) | |
tree | 8f78b12928f616a3b6a42d870a3fdd8377d294aa /src/analysis/db/misc | |
parent | b1c08dd388a86d9a9d7c379ca143ae85310c3c68 (diff) |
Typo.
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. * |