Commit c5d7079e c5d7079ecd2909c5963a1ec1c0ecf2e001b05901 by Sergey Poznyakoff

Fixed typo.

1 parent 1beae8f5
...@@ -26,7 +26,7 @@ static char *prev_name; ...@@ -26,7 +26,7 @@ static char *prev_name;
26 * Note 1) The followig notations are left intact, since they are 26 * Note 1) The followig notations are left intact, since they are
27 * handled by mailbox_create_default: 27 * handled by mailbox_create_default:
28 * % system mailbox 28 * % system mailbox
29 * %user system mailbox of the user (bo 29 * %user system mailbox of the user
30 * Note 2) Allocates memory 30 * Note 2) Allocates memory
31 */ 31 */
32 char * 32 char *
......