]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database.cc
Typsos
[notmuch] / lib / database.cc
index ce9a86bfddb8b525a19ecefe27d443bb803a8d01..726c5a98a02b1e153358c0daff820dac8cac3cc3 100644 (file)
@@ -185,7 +185,7 @@ notmuch_status_to_string (notmuch_status_t status)
     case NOTMUCH_STATUS_TAG_TOO_LONG:
        return "Tag value is too long (exceeds NOTMUCH_TAG_MAX)";
     case NOTMUCH_STATUS_UNBALANCED_FREEZE_THAW:
-       return "Unblanced number of calls to notmuch_message_freeze/thaw";
+       return "Unbalanced number of calls to notmuch_message_freeze/thaw";
     default:
     case NOTMUCH_STATUS_LAST_STATUS:
        return "Unknown error status value";