diff --git a/src/Makefile b/src/Makefile index 36b782b..b5786f8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -12,7 +12,7 @@ prefix ?= /usr/local exec_prefix ?= $(prefix) bindir ?= $(exec_prefix)/bin -override CXXFLAGS += -std=c++20 -Wall -fexceptions +override CXXFLAGS += -std=c++2a -Wall -fexceptions override LDFLAGS += -pthread all: $(PROGNAME) diff --git a/src/tiv.cpp b/src/tiv.cpp index 78b7bfe..906f94c 100644 --- a/src/tiv.cpp +++ b/src/tiv.cpp @@ -590,7 +590,7 @@ int main(int argc, char *argv[]) { << std::endl; } #else - std::cerr << "Warning: failed to determine most reasonable sie: " + std::cerr << "Warning: failed to determine most reasonable size: " "unrecognized system, defaulting to 80x24" << std::endl; #endif