mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-11-04 07:56:40 +00:00 
			
		
		
		
	some spelling fixes
This commit is contained in:
		
							parent
							
								
									9d64c92d33
								
							
						
					
					
						commit
						eed46960fe
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -5,7 +5,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace MWDialogue
 | 
					namespace MWDialogue
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    /// \brief A quest in progress or a compelted quest
 | 
					    /// \brief A quest in progress or a completed quest
 | 
				
			||||||
    class Quest : public Topic
 | 
					    class Quest : public Topic
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
            int mIndex;
 | 
					            int mIndex;
 | 
				
			||||||
| 
						 | 
					@ -23,7 +23,7 @@ namespace MWDialogue
 | 
				
			||||||
            int getIndex() const;
 | 
					            int getIndex() const;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            void setIndex (int index);
 | 
					            void setIndex (int index);
 | 
				
			||||||
            ///< Calling this function with a non-existant index while throw an exception.
 | 
					            ///< Calling this function with a non-existent index will throw an exception.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            bool isFinished() const;
 | 
					            bool isFinished() const;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue