fix spelling in comment. from Peter Valchev <pval@openbsd.org>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10286 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-07-06 15:39:25 +00:00
parent 5206e66332
commit 721715003c
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ extern int (*decrypt_input) (int);
#define set_my_want_state_wont(opt) {options[opt] &= ~MY_WANT_STATE_WILL;}
/*
* Make everything symetrical
* Make everything symmetrical
*/
#define HIS_STATE_WILL MY_STATE_DO

View File

@@ -156,7 +156,7 @@ typedef struct {
((options[opt]+MY_STATE_DO) & MY_WANT_STATE_DO)
/*
* Make everything symetrical
* Make everything symmetrical
*/
#define HIS_STATE_WILL MY_STATE_DO