1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 11:55:08 +03:00

spelling: intuitive

This commit is contained in:
Josh Soref 2018-02-28 04:01:25 +00:00
parent 12a10cb842
commit 6105b5f7d1
2 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@ int dagc_stats(dagc_t *dagcfd, dagc_stats_t *ps);
* for open, close and write. However, if the programmer uses these functions, he is more protected * for open, close and write. However, if the programmer uses these functions, he is more protected
* against file format changes (for example if the file format will have an header in the future). * against file format changes (for example if the file format will have an header in the future).
* Moreover, assuming that the user knows the file format is a bad practice: providing * Moreover, assuming that the user knows the file format is a bad practice: providing
* simple simple save functionality is more intutive and user-friendly. * simple simple save functionality is more intuitive and user-friendly.
*/ */
int dagc_dumpfile_open(dagc_t *dagcfd, char* name); int dagc_dumpfile_open(dagc_t *dagcfd, char* name);

View File

@ -207,7 +207,7 @@ int dagc_stats(dagc_t *dagcfd, dagc_stats_t *ps);
* for open, close and write. However, if the programmer uses these functions, he is more protected * for open, close and write. However, if the programmer uses these functions, he is more protected
* against file format changes (for example if the file format will have an header in the future). * against file format changes (for example if the file format will have an header in the future).
* Moreover, assuming that the user knows the file format is a bad practice: providing * Moreover, assuming that the user knows the file format is a bad practice: providing
* simple simple save functionality is more intutive and user-friendly. * simple simple save functionality is more intuitive and user-friendly.
*/ */
int dagc_dumpfile_open(dagc_t *dagcfd, char* name); int dagc_dumpfile_open(dagc_t *dagcfd, char* name);