mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	Fixup various spelling errors (#1208)
This commit is contained in:
		 Josh Soref
					Josh Soref
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							d38f782995
						
					
				
				
					commit
					b11175548a
				
			| @@ -53,7 +53,7 @@ | ||||
| :test-result: PASS Inequality checks that should succeed | ||||
| :test-result: PASS Less-than inequalities with different epsilons | ||||
| :test-result: PASS Long strings can be wrapped | ||||
| :test-result: PASS Long text is truncted | ||||
| :test-result: PASS Long text is truncated | ||||
| :test-result: PASS ManuallyRegistered | ||||
| :test-result: PASS Matchers can be (AllOf) composed with the && operator | ||||
| :test-result: PASS Matchers can be (AnyOf) composed with the || operator | ||||
|   | ||||
| @@ -12,7 +12,7 @@ | ||||
| #include <stdexcept> | ||||
|  | ||||
| #ifdef _MSC_VER | ||||
| #pragma warning(disable:4702) // Unreachable code -- uncoditional throws and so on | ||||
| #pragma warning(disable:4702) // Unreachable code -- unconditional throws and so on | ||||
| #endif | ||||
| #ifdef __clang__ | ||||
| #pragma clang diagnostic push | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
| #include <vector> | ||||
| #include <array> | ||||
|  | ||||
| // vedctor | ||||
| // vector | ||||
| TEST_CASE( "vector<int> -> toString", "[toString][vector]" ) | ||||
| { | ||||
|     std::vector<int> vv; | ||||
|   | ||||
| @@ -61,9 +61,9 @@ FILE_2 description | ||||
| .\" .Sh DIAGNOSTICS       \" May not be needed | ||||
| .\" .Bl -diag | ||||
| .\" .It Diagnostic Tag | ||||
| .\" Diagnostic informtion here. | ||||
| .\" Diagnostic information here. | ||||
| .\" .It Diagnostic Tag | ||||
| .\" Diagnostic informtion here. | ||||
| .\" Diagnostic information here. | ||||
| .\" .El | ||||
| .Sh SEE ALSO | ||||
| .\" List links in ascending order by section, alphabetically within a section. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user