Merge tag 'upstream/1.2.3'
[quagga-debian.git] / lib / vty.h
index 1e3b124399c83a5b157bcdb05288669d5adb479d..b292db1e94a4f850e6c88c9f4f444ce50ba10b48 100644 (file)
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -168,7 +168,7 @@ do { \
  * The logic below ((TMPL) <= ((MIN) && (TMPL) != (MIN)) is
  * done to circumvent the compiler complaining about
  * comparing unsigned numbers against zero, if MIN is zero.
- * NB: The compiler isn't smart enough to supress the warning
+ * NB: The compiler isn't smart enough to suprress the warning
  * if you write (MIN) != 0 && tmpl < (MIN).
  */
 #define VTY_GET_INTEGER_RANGE_HEART(NAME,TMPL,STR,MIN,MAX)      \