typo fix
This commit is contained in:
MassimilianoPinto
2014-06-17 13:05:31 +02:00
parent fe846885d5
commit e0c3ef24d7

View File

@ -71,7 +71,7 @@ typedef struct server {
int rlag; /**< Replication Lag for Master / Slave replication */
unsigned long node_ts; /**< Last timestamp set from M/S monitor module */
int depth; /**< Replication level in the tree */
int master_id; /**< Master server id of this node +/
int master_id; /**< Master server id of this node */
} SERVER;
/**